This commit is contained in:
Dino Danic 2025-03-26 15:26:42 +01:00
parent 49a2c15d1d
commit af22c7ff32
7 changed files with 83 additions and 6 deletions

View file

@ -1,4 +1,3 @@
-- [[ Basic Keymaps ]]
vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<CR>')
vim.keymap.set('n', '<leader>h', '<cmd>nohlsearch<CR>')
vim.keymap.set('i', 'jj', '<Esc>')