Change some keybinds

This commit is contained in:
Arkaprabha Chakraborty
2023-03-06 00:38:11 +05:30
parent 692e0d0b6c
commit 76a4053be1

View File

@@ -36,10 +36,10 @@ if telescope_status_ok then
end
-- Better tabs
bind("n", "<Leader>t", ":tabnew<CR>", opts)
bind("n", "<Leader>c", ":tabclose<CR>", opts)
bind("n", "<S-k>", ":tabnext<CR>", opts)
bind("n", "<S-j>", ":tabprev<CR>", opts)
bind("n", "<S-t>", ":tabnew<CR>", opts)
bind("n", "<S-c>", ":tabclose<CR>", opts)
bind("n", "<S-m>", ":tabprev<CR>", opts)
bind("n", "<S-n>", ":tabnext<CR>", opts)
-- Better window navigation
bind("n", "<C-Left>", "<C-w>h", opts)