nvim mapping

This commit is contained in:
thek4n 2024-01-22 09:22:24 +03:00
parent 82df4cf011
commit 8f44f46bf5

View File

@ -19,6 +19,8 @@ map('n', '<Leader>h/',
function() vim.opt.hlsearch = not vim.opt.hlsearch["_value"] end,
{desc = "Toggle search highlighting"})
map('n', '/', ':set hlsearch<CR>/')
map('n', '<Leader>hl', create_function_tabdo('lua toggle_number_style()'),
{desc = "Toggle line number style"})