Highlight word under cursor

This commit is contained in:
Oliver Hartmann 2018-12-26 22:53:46 +01:00
parent ffca2a8b7d
commit bbe727f757

View File

@ -75,6 +75,7 @@ map <C-S> <ESC>:wa<CR>
imap <C-S> <ESC>:wa<CR>
"Jump to last modification line
map ö `.
nnoremap ü :let @/='\<<C-R>=expand("<cword>")<CR>\>'<CR>:set hls<CR>
" =================Comments============================
map <C-C> :TComment<CR>