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:
0x2CA
2024-07-19 11:52:37 +02:00
committed by GitHub
parent 4d177918c1
commit bf4645b1fe
+1
View File
@@ -10,6 +10,7 @@
"backspace": "vim::Backspace",
"j": "vim::Down",
"down": "vim::Down",
"ctrl-j": "vim::Down",
"enter": "vim::NextLineStart",
"ctrl-m": "vim::NextLineStart",
"+": "vim::NextLineStart",