Change summary
assets/keymaps/vim.json | 4 ++++
1 file changed, 4 insertions(+)
Detailed changes
@@ -128,6 +128,10 @@
"shift-m": "vim::WindowMiddle",
"shift-l": "vim::WindowBottom",
// 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 z": "editor::ScrollCursorCenter",
"z .": ["workspace::SendKeystrokes", "z z ^"],