From 76a4053be1adfb44ae2d4fc251c5896221629636 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Mon, 6 Mar 2023 00:38:11 +0530 Subject: [PATCH] Change some keybinds --- lua/keybinds.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)