fzf: add to bash
This commit is contained in:
parent
cc333da6cd
commit
2159155945
2
bashrc
2
bashrc
@ -30,3 +30,5 @@ if type -t __git_complete >/dev/null; then
|
|||||||
__git_complete gl _git_pull
|
__git_complete gl _git_pull
|
||||||
__git_complete gp _git_push
|
__git_complete gp _git_push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
test -f ~/.fzf/shell/key-bindings.bash && . ~/.fzf/shell/key-bindings.bash
|
||||||
|
2
vimrc
2
vimrc
@ -13,7 +13,7 @@ Plug 'chrisbra/Recover.vim'
|
|||||||
|
|
||||||
Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' }
|
Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' }
|
||||||
|
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf' }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
|
|
||||||
Plug 'ciaranm/securemodelines'
|
Plug 'ciaranm/securemodelines'
|
||||||
|
Loading…
Reference in New Issue
Block a user