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:
parent
daf90b01b4
commit
9e50f1e41a
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue