Not Implemented Panic on [ "extend_line", "delete_selection", "open_above" ]
depending on keybind
#3529
Labels
[ "extend_line", "delete_selection", "open_above" ]
depending on keybind
#3529
Summary
In my ongoing quest to battle Helix's behavior with newlines, I added
x = { c = [ "extend_line", "delete_selection", "open_above" ] }
to myconfig.toml
. While working as intended, I had to realize this breaks every other use ofx
, so I changed the binding to useS
instead. Having changed nothing but the key, it panics with not implemented.Reproduction Steps
I tried this:
config.toml
:S = [ "extend_line", "delete_selection", "open_above" ]
I expected this to happen:
It works, as it does when set to
xc
.Instead, this happened:
Helix log
No response
Platform
macOS 12.5.1
Terminal Emulator
Kitty 0.25.2
Helix Version
22.05-418-g18909aa
The text was updated successfully, but these errors were encountered: