Fix vim <CTRL-J> slines downward linewise, Not Join Lines (#14796)
https://vimhelp.org/motion.txt.html#CTRL-J Release Notes: - vim: Added `ctrl-j` as a new binding that's equivalent to `j`.
This commit is contained in:
parent
4d177918c1
commit
bf4645b1fe
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
"backspace": "vim::Backspace",
|
"backspace": "vim::Backspace",
|
||||||
"j": "vim::Down",
|
"j": "vim::Down",
|
||||||
"down": "vim::Down",
|
"down": "vim::Down",
|
||||||
|
"ctrl-j": "vim::Down",
|
||||||
"enter": "vim::NextLineStart",
|
"enter": "vim::NextLineStart",
|
||||||
"ctrl-m": "vim::NextLineStart",
|
"ctrl-m": "vim::NextLineStart",
|
||||||
"+": "vim::NextLineStart",
|
"+": "vim::NextLineStart",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue