What is the equivalent of D in neovim? #4429
Answered
by
Omnikar
OpenFoam-User
asked this question in
Q&A
|
Hello In insert mode one can delete from the cursor to the end of line using: Ctrl k Your help is very much appreciated. |
Answered by
Omnikar
Oct 23, 2022
Replies: 4 comments 4 replies
|
Currently in normal mode, |
2 replies
|
vgld |
0 replies
|
|
2 replies
Answer selected by
OpenFoam-User
|
In your config.toml: [keys.normal]
D = ["extend_to_line_end", "delete_selection"] |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
t<ret>dis the easiest way to do it without changing keybinds.