diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 17:53:47 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 17:53:47 -0400 |
| commit | 86687bf1070a1439cd5a1a35f060ea6d7d45c30c (patch) | |
| tree | 5948da5d5dcf4908af2e1269e5fc2aedee878557 /modules/neovim/nvim/lua/config/keybinds.lua | |
| parent | 14278949d0b1f40b41c7f615ae856139e195f9a6 (diff) | |
| download | home-86687bf1070a1439cd5a1a35f060ea6d7d45c30c.tar.gz | |
modules/neovim: debug adapter protocol support
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" }) |