qutebrowser icon indicating copy to clipboard operation
qutebrowser copied to clipboard

A keyboard-driven, vim-like browser based on Python and Qt.

Results 482 qutebrowser issues
Sort by recently updated
recently updated
newest added

Currently, Qutebrowser has several modes for sessions: - Explicitely store a session with `:session-save`. - Crash Qutebrowser (for example with xkill). The session is autoloaded next time but has no...

priority: 3 - wishlist
component: sessions

**Version info**: ``` qutebrowser v3.4.0 Git commit: 485847c78 on main (2025-02-24 14:25:54 +0100) Backend: QtWebEngine 6.8.2 based on Chromium 122.0.6261.171 with security patches up to 132.0.6834.111 (plus any distribution patches)...

priority: 2 - low
bug: behavior

Conversation by @craftyguy and @jgkamat: ``` 00:29 is it expected that closing a private mode window *after* closing a non-private window will result in no session saved in the non-private...

priority: 1 - middle

**Version info**: **Version info**: qutebrowser v2.5.4 Git commit: 0510ffcfa on master (2023-03-20 17:23:55 +0100) Backend: QtWebEngine 5.15.2, based on Chromium 83.0.4103.122 Qt: 5.15.2 CPython: 3.9.11 PyQt: 5.15.9 sip: 6.7.6 colorama:...

qt: 5.15

Hi QB Team, Thanks for your awesome work! I switched from FF to QB on Linux und Mac and love it very much! Is it possible to bind a (two)...

priority: 3 - wishlist

For Python, things are pretty clear: As soon as a Python version [is end-of-life](https://devguide.python.org/versions/) (usually 5 years after it has been released), we drop support for it. Thus, we support...

Probably should be behind a setting, but might be useful for custom keybindings and stuff. cc @blueyed

component: keyinput
priority: 2 - low

> [...] when I went to reply to your comment on Reddit, I noticed a problem. Every time I hit backspace, it quickly entered and exited caret mode with the...

priority: 2 - low
language: javascript
bug: behavior

I may be typing, and then a dialog box appears, and it takes my typing to be a response to it. It would be nice to have a countdown in...

component: ui
component: keyinput
priority: 1 - middle
component: prompts

This PR adds a script to auto-generate types for the `c` variable in `config.py` and adds a new recommended path for defining the `c` and `config` variables with: ```py from...