[ADD] Fuzzy file finder for Vim, Bash, Zsh

Mappings for vcs files, all files, buffers, buffer history, and tags
have been added to the Vim configuration.

The installation process automatically adds the fzf sourcing commands to
both Bash and Zsh configuration files.
This commit is contained in:
Bruno BELANYI 2019-07-13 23:04:44 +02:00
parent f11c45e987
commit 36b3757e67
3 changed files with 28 additions and 0 deletions

View file

@ -66,3 +66,5 @@ if [[ $TERM == xterm-termite ]]; then
. /etc/profile.d/vte.sh
__vte_prompt_command
fi
[ -f ~/.fzf.bash ] && source ~/.fzf.bash