vim: Add some "z" keybindings for scrolling (#18928)
Release Notes: - vim: Added a few "z" keybindings for scrolling
This commit is contained in:
parent
325f106c8b
commit
5b207ba238
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@
|
||||||
"shift-m": "vim::WindowMiddle",
|
"shift-m": "vim::WindowMiddle",
|
||||||
"shift-l": "vim::WindowBottom",
|
"shift-l": "vim::WindowBottom",
|
||||||
// z commands
|
// z commands
|
||||||
|
"z enter": ["workspace::SendKeystrokes", "z t ^"],
|
||||||
|
"z -": ["workspace::SendKeystrokes", "z b ^"],
|
||||||
|
"z ^": ["workspace::SendKeystrokes", "shift-h k z b ^"],
|
||||||
|
"z +": ["workspace::SendKeystrokes", "shift-l j z t ^"],
|
||||||
"z t": "editor::ScrollCursorTop",
|
"z t": "editor::ScrollCursorTop",
|
||||||
"z z": "editor::ScrollCursorCenter",
|
"z z": "editor::ScrollCursorCenter",
|
||||||
"z .": ["workspace::SendKeystrokes", "z z ^"],
|
"z .": ["workspace::SendKeystrokes", "z z ^"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue