diff options
Diffstat (limited to 'lua/keymaps.lua')
-rw-r--r-- | lua/keymaps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/keymaps.lua b/lua/keymaps.lua index d022dd2..c6c87b1 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -35,7 +35,7 @@ vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower win vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' }) -- [[ Basic Autocommands ]] --- See :help lua-guide-autocommands +-- See `:help lua-guide-autocommands` -- Highlight when yanking (copying) text -- Try it with `yap` in normal mode |