master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit ff41531888 - Show all commits

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', '"ayw')
utils.map('n', '<leader>a', '"ayaw')
-- Highlight word under cursor
utils.map('n', 'ü', ":let @/='\\<<C-R>=expand(\"<cword>\")<CR>\\>'<CR>:set hls<CR>", { noremap = true, silent = true })