Add helix keymap to delete without yanking (#41988)

Added previously missing keymap for helix deleting without yank. Action
"editor::Delete" is mapped to "Ald-d" as in
https://docs.helix-editor.com/master/keymap.html#changes

Release Notes:

- N/A
This commit is contained in:
boris.zalman
2025-11-08 15:53:34 +01:00
committed by GitHub
parent 77667f4844
commit a2c2c617b5
+1
View File
@@ -455,6 +455,7 @@
"<": "vim::Outdent",
"=": "vim::AutoIndent",
"d": "vim::HelixDelete",
"alt-d": "editor::Delete", // Delete selection, without yanking
"c": "vim::HelixSubstitute",
"alt-c": "vim::HelixSubstituteNoYank",