vim: Add ctrl-m binding (equivalent to <CR>) (#14057)
Now that we have macros I noticed how much I rely on this. Release Notes: - vim: `ctrl-m` now is equivalent to `enter` in editor.
This commit is contained in:
parent
f147722fe0
commit
7ef64fe6db
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
"j": "vim::Down",
|
||||
"down": "vim::Down",
|
||||
"enter": "vim::NextLineStart",
|
||||
"ctrl-m": "vim::NextLineStart",
|
||||
"tab": "vim::Tab",
|
||||
"shift-tab": "vim::Tab",
|
||||
"k": "vim::Up",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue