We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae203c commit 4522f6bCopy full SHA for 4522f6b
modules/nvim/lua/minizilla/keymap.lua
@@ -49,3 +49,8 @@ map('<Up>', '<Nop>')
49
map('<Right>', '<Nop>')
50
map('<PageUp>', '<Nop>')
51
map('<PageDown>', '<Nop>')
52
+
53
+map('<S-Up>', '<Cmd>resize +2<CR>')
54
+map('<S-Down>', '<Cmd>resize -2<CR>')
55
+map('<S-Left>', '<Cmd>vertical resize -2<CR>')
56
+map('<S-Right>', '<Cmd>vertical resize +2<CR>')
0 commit comments