diff --git a/.config/nvim/lua/keymaps.lua b/.config/nvim/lua/keymaps.lua index 68765d5..18b2d69 100644 --- a/.config/nvim/lua/keymaps.lua +++ b/.config/nvim/lua/keymaps.lua @@ -37,7 +37,6 @@ map("n", "", "", { silent = true, desc = "go back with mouse" }) map("n", "", "", { silent = true, desc = "go forward with mouse" }) map("n", "bb", "e #", { desc = "Switch to Other Buffer" }) -map("n", "`", "e #", { desc = "Switch to Other Buffer" }) -- Keybindings to make split navigation easier. -- Use CTRL+ to switch between windows