Fixed the to regestry a keybinding
This commit is contained in:
parent
c643e834e0
commit
b259a2ae23
@ -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 })
|
||||
|
Loading…
x
Reference in New Issue
Block a user