Keymap commands: change_selection & delete_selection when used for remaps panics on not implemented
#2746
Labels
C-bug
Category: This is a bug
not implemented
#2746
Summary
While playing with key remaps i stumble upon issue while using
change_selection
&delete_selection
options. Whenever any key is assigned to those command helix panics onthread 'main' panicked at 'not implemented', helix-term/src/ui/editor.rs:1292:34
. I suspect this is known issue but didn't see any bug report for it.Reproduction Steps
Create a remap in config file using
change_selection
ordelete_selection
for example:C = ["goto_line_end", "change_selection"]
Use mapped key
Helix log
No logs shows after key was hit
Platform
Linux
Terminal Emulator
Alacritty
Helix Version
helix 22.05 (370a16d)
The text was updated successfully, but these errors were encountered: