added which-key
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
local opts = { noremap = true, silent = true }
|
||||
vim.keymap.set('n', '<space>', 'nil', opts)
|
||||
|
||||
-- Tabs
|
||||
vim.keymap.set('n', '<S-Right>', ':tabnext<CR>', opts)
|
||||
|
Reference in New Issue
Block a user