Debugger, fzf, airline updates

This commit is contained in:
Andrejus
2020-11-19 20:38:33 +00:00
parent 7f381899c3
commit e24f8ef60d
3 changed files with 20 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ export EDITOR="nvim"
export VISUAL="nvim"
# fzf
export FZF_DEFAULT_OPTS="--reverse --margin=1,5%"
export FZF_DEFAULT_OPTS="--reverse"
export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
export FZF_COMPLETION_TRIGGER='**'