added which-key

This commit is contained in:
2022-12-28 21:40:32 +01:00
parent b0918760d4
commit 98d3f5cac7
3 changed files with 34 additions and 18 deletions

View File

@ -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)