diff --git a/lua/keybinds.lua b/lua/keybinds.lua index 79a7ded..bd7c23f 100644 --- a/lua/keybinds.lua +++ b/lua/keybinds.lua @@ -36,10 +36,10 @@ if telescope_status_ok then end -- Better tabs -bind("n", "t", ":tabnew", opts) -bind("n", "c", ":tabclose", opts) -bind("n", "", ":tabnext", opts) -bind("n", "", ":tabprev", opts) +bind("n", "", ":tabnew", opts) +bind("n", "", ":tabclose", opts) +bind("n", "", ":tabprev", opts) +bind("n", "", ":tabnext", opts) -- Better window navigation bind("n", "", "h", opts)