diff --git a/init.lua b/init.lua index 61cb846a..e83307e4 100644 --- a/init.lua +++ b/init.lua @@ -195,10 +195,10 @@ vim.keymap.set('t', '', '', { desc = 'Exit terminal mode' } -- Use CTRL+ to switch between windows -- -- See `:help wincmd` for a list of all window commands -vim.keymap.set('n', 'wh', '', { desc = 'Move focus to the left window' }) -vim.keymap.set('n', 'wl', '', { desc = 'Move focus to the right window' }) -vim.keymap.set('n', 'wj', '', { desc = 'Move focus to the lower window' }) -vim.keymap.set('n', 'wk', '', { desc = 'Move focus to the upper window' }) +vim.keymap.set('n', '', '', { desc = 'Move focus to the left window' }) +vim.keymap.set('n', '', '', { desc = 'Move focus to the right window' }) +vim.keymap.set('n', '', '', { desc = 'Move focus to the lower window' }) +vim.keymap.set('n', '', '', { desc = 'Move focus to the upper window' }) -- [[ Basic Autocommands ]] -- See `:help lua-guide-autocommands` @@ -917,8 +917,7 @@ require('lazy').setup({ -- Manually trigger a completion from nvim-cmp. -- Generally you don't need this, because nvim-cmp will display -- completions whenever it has completion options available. - -- [''] = cmp.mapping.complete {}, - [''] = cmp.mapping.complete {}, + [''] = cmp.mapping.complete {}, -- Think of as moving to the right of your snippet expansion. -- So if you have a snippet that's like: