Fix nohlsearch keymap
This commit is contained in:
parent
c73368e0de
commit
970ec519ba
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ vim.opt.incsearch = true
|
|||
-- highlight matches
|
||||
vim.opt.hlsearch = true
|
||||
-- turn off search hightlight after search
|
||||
vim.keymap.set('n', '<leader', '<cmd>nohlsearch<CR>', { remap = false })
|
||||
vim.keymap.set('n', '<leader>,', '<cmd>nohlsearch<CR>', { remap = false })
|
||||
|
||||
-- FOLDING
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue