You are not logged in.
Use tab to select completions/bookmarks/quickmarks/history items, up and down arrow keys scroll through your command history. You can switch back to the previous behaviour with
:bind -f -m command <Up> completion-item-focus prev
:bind -f -m command <Down> completion-item-focus next
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Thanks a lot!
Offline
When I try the bind command I get Bind: unrecognized arguments: -f error.
Cheers
Paul-S
Offline
Please post the full command you are trying.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Please post the full command you are trying.
:bind -f -m command <Up> completion-item-focus prev
Cheers
Paul-S
Offline
Thanks - that looks fine and doesn't result in an error here.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
It seems that the -f flag has been removed from :bind (it's no longer needed to overwrite existing key binds)[1][2], and configuring.html wasn't updated before 1.0.2 was tagged (but has now [3]).
Trilby, I'm guessing you're using the -git package and have a build that predates this change?
[1] https://github.com/qutebrowser/qutebrow … fce9cde636
[2] https://github.com/qutebrowser/qutebrowser/issues/3049
[3] https://github.com/qutebrowser/qutebrow … 284cbb810c
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Trilby, I'm guessing you're using the -git package and have a build that predates this change
Ah, yes - as I'm travelling I've not rebuilt my AUR packages in a bit.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
how do you turn off the console messaging? That is, i don't want to see error messages while i'm browsing
Offline
how do you turn off the console messaging? That is, i don't want to see error messages while i'm browsing
--loglevel warning (or error or critical), or just don't launch from a console
Last edited by The Compiler (2017-11-03 22:43:16)
>>> from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chance
Offline
captaincurrie wrote:how do you turn off the console messaging? That is, i don't want to see error messages while i'm browsing
--loglevel warning (or error or critical), or just don't launch from a console
Oh sorry, i meant error messages that show up in the statusbar.
I have the statusbar set to hide but error messages still appear.
When i say error messages i'm refferring to the messages that you get when a spawn command fails or when
you try to go back in history and you cannot. Things like that.
Offline
The Compiler wrote:captaincurrie wrote:how do you turn off the console messaging? That is, i don't want to see error messages while i'm browsing
--loglevel warning (or error or critical), or just don't launch from a console
Oh sorry, i meant error messages that show up in the statusbar.
I have the statusbar set to hide but error messages still appear.
When i say error messages i'm refferring to the messages that you get when a spawn command fails or when
you try to go back in history and you cannot. Things like that.
There's no way to turn those off, and it's not something I want to support in a general way. I guess I could add a setting to suppress the back/forward errors, as this isn't the first time this came up. Why don't you want to see the other errors?
>>> from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chance
Offline
You could set the bg and fg of error messages to 'transparent' so they would never be visible. Presumably there'd be a narrow bar at the bottom of the page that would be "unclickable" as it would briefly have a transparent error messaage over it, but I doubt that would be a problem.
However, I also don't see why one would want to hide actual error messages.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
You could set the bg and fg of error messages to 'transparent' so they would never be visible. Presumably there'd be a narrow bar at the bottom of the page that would be "unclickable" as it would briefly have a transparent error messaage over it, but I doubt that would be a problem.
However, I also don't see why one would want to hide actual error messages.
Thats a great idea. Thanks!
The reason i don't want to see error messages is because 9999 times out of 10000 they are redundent and i hate distractions.
Offline
Thanks for your work on this browser! It's been my main browser for several months now.
I have an occasional issue, however. I have private browsing set to true. Every so often, qutebrowser creates an empty folder named "databases-incognito" in the directory I started it (ie usually my home directory). How can I suppress this behavior?
Offline
Thanks for your work on this browser! It's been my main browser for several months now.
I have an occasional issue, however. I have private browsing set to true. Every so often, qutebrowser creates an empty folder named "databases-incognito" in the directory I started it (ie usually my home directory). How can I suppress this behavior?
You're welcome!
That's a QtWebEngine issue, see QTBUG-62957. I'm not aware of any workaround - I guess the best you can do is creating a qutebrowser wrapper script which does cd /tmp or so first.
>>> from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chance
Offline
I see, thanks! I guess I'll just be patient then.
Offline
In case anyone else was waiting: There is now a FreeBSD port available: https://www.freshports.org/www/qutebrowser/
Offline
Hello,
When opening a tab on a link which will start a download, it would be nice if that tab would close once the download has started.
Instead you have to manually close all the blank tabs.
Offline
Why not just ;d?
Offline
When opening a tab on a link which will start a download, it would be nice if that tab would close once the download has started.
Instead you have to manually close all the blank tabs.
Unfortunately, there's currently no way for qutebrowser to know which tab started a download. That might change with Qt 5.11.
>>> from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chance
Offline
Why not just ;d?
Because point+click is faster, not to mention more intuitive, with a mouse then with a keyboard. Especially for multiple links.
But thank you for the suggestion, i didn't know that one.
Offline
Whenever I copy something from the clipboard into a text field, the next keypress (Enter, Backspace, or anything really) will repaste the snippet again.
So, if I want to paste a URL here: I copy it and then hit Shift-Insert, Enter: the result is:
https://bbs.archlinux.org/viewtopic.php?id=57855
https://bbs.archlinux.org/viewtopic.php?id=57855
So, I have to then backspace over the second URL and newline to continue typing. Is anyone else seeing this?
I have tested in Firefox and Chromium and cannot reproduce there, which makes me think it is a Qute/QT issue.
qutebrowser 1.0.4-1
qt5-base 5.10.0-1
qt5-webengine 5.10.0-1
Offline
Jason:
https://github.com/qutebrowser/qutebrowser/issues/3420
https://github.com/qutebrowser/qutebrowser/issues/3419
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Ugh, I didn't think to look at the issue tracker. FML. Sorry for the noise.
Offline