[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:
parent
f11c45e987
commit
36b3757e67
3 changed files with 28 additions and 0 deletions
|
|
@ -104,3 +104,5 @@ if [[ $TERM == xterm-termite ]]; then
|
|||
. /etc/profile.d/vte.sh
|
||||
__vte_osc7
|
||||
fi
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue