diff options
Diffstat (limited to 'modules/neovim/nvim/lua/config/keybinds.lua')
| -rw-r--r-- | modules/neovim/nvim/lua/config/keybinds.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/neovim/nvim/lua/config/keybinds.lua b/modules/neovim/nvim/lua/config/keybinds.lua index 8dbc0fc..69c5ce3 100644 --- a/modules/neovim/nvim/lua/config/keybinds.lua +++ b/modules/neovim/nvim/lua/config/keybinds.lua @@ -23,7 +23,6 @@ end -- swapnv('N', 'J') -- swapnv('E', 'K') -- swapnv('I', 'L') - nmap('<leader>tn', ':tabnew<CR>', { desc = "Open a new tab" }) nmap('<leader>tc', ':tabc<CR>', { desc = "Close the current tab" }) nmap('<leader>tm', ':tabp<CR>', { desc = "Go to previous tab" }) |