add fzf auto-complete and tmux bindings

This commit is contained in:
Daniel Thoren 2022-05-31 11:50:07 +02:00
parent 9db2081965
commit d94cc544b6

3
.zshrc
View file

@ -107,3 +107,6 @@ alias docos="docker compose -f docker-compose.staging.yml"
# use vim bindings
bindkey -v
# fuzzy-finder
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh