1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-12-22 09:13:33 +01:00

Updated ssh config + setup, added vim visually highlighting

This commit is contained in:
Eric Teunis de Boone 2016-11-09 22:23:13 +01:00
parent daf90b01b4
commit 9e50f1e41a

View file

@ -30,6 +30,9 @@ set noexpandtab
" au BufWinEnter * if &fdm == 'indent' | setlocal foldmethod=manual | endif " au BufWinEnter * if &fdm == 'indent' | setlocal foldmethod=manual | endif
"augroup END "augroup END
" search for visually hightlighted text
vnoremap <c-f> y<ESC>/<c-r>"<CR>
set grepprg=grep\ -nH\ $* set grepprg=grep\ -nH\ $*
" Don't wake up system with blinking cursor: " Don't wake up system with blinking cursor: