Replies: 1 comment 2 replies
-
You can map this in your config: # ~/.config/helix/config.toml
[keys.normal]
del = "delete_selection" I don't like adding extra keys for something that already has a keybinding though and |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Summary
The Del key should delete the selection(s), in normal mode. I expect it to behave exactly like
d
. Currently, it only deletes in insert mode.Reproduction Steps
Helix log
No response
Platform
Linux
Terminal Emulator
GNOME Terminal 3.46.2
Helix Version
23.03
Beta Was this translation helpful? Give feedback.
All reactions