diff --git a/bashrc b/bashrc index b19af7d..62d2586 100644 --- a/bashrc +++ b/bashrc @@ -30,3 +30,5 @@ if type -t __git_complete >/dev/null; then __git_complete gl _git_pull __git_complete gp _git_push fi + +test -f ~/.fzf/shell/key-bindings.bash && . ~/.fzf/shell/key-bindings.bash diff --git a/vimrc b/vimrc index 46506b7..b63a9a2 100644 --- a/vimrc +++ b/vimrc @@ -13,7 +13,7 @@ Plug 'chrisbra/Recover.vim' Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' } -Plug 'junegunn/fzf' +Plug 'junegunn/fzf', { 'dir': '~/.fzf' } Plug 'junegunn/fzf.vim' Plug 'ciaranm/securemodelines'