summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/user/keymaps.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua
index caf78a4..09ab09a 100644
--- a/lua/user/keymaps.lua
+++ b/lua/user/keymaps.lua
@@ -42,8 +42,8 @@ keymap("n", "<C-Left>", ":vertical resize +2<CR>", opts)
keymap("n", "<C-Right>", ":vertical resize -2<CR>", opts)
-- Navigate buffers
-keymap("n", "<S-Q>", ":bnext<CR>", opts)
-keymap("n", "<S-H>", ":bprevious<CR>", opts)
+keymap("n", "<S-H>", ":bnext<CR>", opts)
+keymap("n", "<S-Q>", ":bprevious<CR>", opts)
-- Move text up and down
-- keymap("n", "<A-j>", "<Esc>:m .+1<CR>==gi", opts)