Configure fuzzy finder

master
Hektor Misplon 2020-05-08 17:54:20 +00:00
parent f8df9804df
commit 669a23b552
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@ source /usr/share/fzf/*.bash
export EDITOR='vim'
set -o vi
bind '"jj":"\e"'
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -t -g ""'
export FZF_COMPLETION_OPTS='-x'