Skip to content

Commit

Permalink
fix: make fzf silent
Browse files Browse the repository at this point in the history
  • Loading branch information
mutewinter committed Jan 29, 2017
1 parent d180ef4 commit ecba62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vundle_plugins/fzf.vim
Expand Up @@ -7,7 +7,7 @@ endif
nnoremap <leader>af :Ag<space>
" Leader Commands
nnoremap <leader>. :call Fzf_dev()<CR>
nnoremap <silent><leader>. :call Fzf_dev()<CR>
nnoremap <leader>gf :GFiles<CR>
nnoremap <leader>gm :GFiles?<CR>
nnoremap <leader>bl :BLines<CR>
Expand Down

0 comments on commit ecba62e

Please sign in to comment.