From 74f0bf214f17e8cedf75e7504ca7a8abfebd4bca Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 18 Sep 2022 11:07:25 +0530 Subject: nvim which-key config --- .config/nvim/lua/justsaumit/keymaps.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/nvim/lua/justsaumit/keymaps.lua') diff --git a/.config/nvim/lua/justsaumit/keymaps.lua b/.config/nvim/lua/justsaumit/keymaps.lua index 8d9b31b..2a29f46 100644 --- a/.config/nvim/lua/justsaumit/keymaps.lua +++ b/.config/nvim/lua/justsaumit/keymaps.lua @@ -28,10 +28,10 @@ keymap("n", "", "k", opts) keymap("n", "", "l", opts) -- Resize with arrows -keymap("n", "", ":resize -2", opts) -keymap("n", "", ":resize +2", opts) -keymap("n", "", ":vertical resize -2", opts) -keymap("n", "", ":vertical resize +2", opts) +keymap("n", "", ":resize +2", opts) +keymap("n", "", ":resize -2", opts) +keymap("n", "", ":vertical resize +2", opts) +keymap("n", "", ":vertical resize -2", opts) -- Move text up and down keymap("n", "", ":m .+1==gi", opts) -- cgit v1.2.3