Gerion Entrup

Results 35 issues of Gerion Entrup

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

Going into virtual mode and then extending it word-wise does not work in the extension. To reproduce press: `vww`.

I often change the rest of the current line with `fc`. `f` does not select up to the next newline in this extension. To reproduce: Go to a the middle...

When selecting multiple lines and going one line up afterwards Helix and this extension behave different: Helix: Go one line up starting from the last line of the selection. This...

Cython seems to support packages with pxd files. However, they behave different than in Python. Let's assume this structure: ``` |- foo | |- __init__.pxd | `- bar.pxd `- test.pyx...