Configure fuzzy finder

This commit is contained in:
Hektor Misplon
2020-05-08 17:54:20 +00:00
parent c9b211d201
commit 126ef6e2f7

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'