From 86687bf1070a1439cd5a1a35f060ea6d7d45c30c Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sat, 1 Nov 2025 17:53:47 -0400 Subject: modules/neovim: debug adapter protocol support --- modules/neovim/nvim/lua/config/keybinds.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/neovim/nvim/lua/config/keybinds.lua') 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('tn', ':tabnew', { desc = "Open a new tab" }) nmap('tc', ':tabc', { desc = "Close the current tab" }) nmap('tm', ':tabp', { desc = "Go to previous tab" }) -- cgit v1.2.3