[vim] Fix the hlsearch toggle key binding
This commit is contained in:
parent
5ad761678a
commit
6957a192af
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ map('n', '<C-n>', ':bn<CR>', options)
|
||||||
map('n', '<C-p>', ':bp<CR>', options)
|
map('n', '<C-p>', ':bp<CR>', options)
|
||||||
|
|
||||||
map('n', '<leader><space>', function()
|
map('n', '<leader><space>', function()
|
||||||
vim.exec [[ setlocal invhlsearch ]]
|
vim.cmd [[ setlocal invhlsearch ]]
|
||||||
end, options)
|
end, options)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue