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
1 changed files with 3 additions and 0 deletions

View File

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