Delete key does not work #7563
Unanswered
bukshee
asked this question in
Troubleshooting
Replies: 3 comments 2 replies
-
@bukshee |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe try that out with the latest version of helix (23.10) |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm going to guess that you need a terminal that supports the enhanced keyboard protocol for those keybinds. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In Helix in Insert mode neither Delete nor Alt-Delete work. They should:
https://docs.helix-editor.com/keymap.html#insert-mode
Ctrl+d and Alt-d do work though. Even if I add keymap in conf:
[keys.insert]
"A-del" = "delete_word_forward"
If I exit helix back to the terminal (st) both work fine. Except inside helix.
Any ideas? Thank You!
helix 23.05
Manjaro linux.
Beta Was this translation helpful? Give feedback.
All reactions