silence fzf

This commit is contained in:
Alex Yatskov 2019-02-02 11:04:32 -08:00
parent 623de7db86
commit 0cca77db3c

View File

@ -36,8 +36,8 @@ nnoremap j gj
nnoremap k gk
" fzf
nnoremap <C-p> :FZF<Cr>
nnoremap <C-h> :FZF ~<Cr>
nnoremap <silent><C-p> :FZF<Cr>
nnoremap <silent><C-h> :FZF ~<Cr>
" perforce checkout
nnoremap <silent><Leader>e :silent !p4 edit % <bar> set noro<Cr>