What is the equivalent of D in neovim? #4429
-
Hello In insert mode one can delete from the cursor to the end of line using: Ctrl k Your help is very much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Currently in normal mode, |
Beta Was this translation helpful? Give feedback.
-
vgld |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In your config.toml: [keys.normal]
D = ["extend_to_line_end", "delete_selection"] |
Beta Was this translation helpful? Give feedback.
t<ret>d
is the easiest way to do it without changing keybinds.