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 17:52:37 +08:00 committed by GitHub
parent 4d177918c1
commit bf4645b1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",