Fixed the to regestry a keybinding

This commit is contained in:
Oliver Hartmann 2022-02-21 10:55:14 +01:00
parent c643e834e0
commit b259a2ae23

View File

@ -55,7 +55,7 @@ utils.map('v', '<End>', 'g<End>')
utils.map('v', '<', '<gv')
utils.map('v', '>', '>gv')
utils.map('n', '<leader>a', '"ayaw')
utils.map('n', '<leader>a', '"ayiw')
-- Highlight word under cursor
utils.map('n', 'ü', ":let @/='\\<<C-R>=expand(\"<cword>\")<CR>\\>'<CR>:set hls<CR>", { noremap = true, silent = true })