Add FZF_DEFAULT_OPTS

This commit is contained in:
David Morgan 2022-12-03 16:28:17 +00:00
parent 073714b6bf
commit 9bb1da80f3
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
export FZF_ALT_C_COMMAND='rg --hidden --files --sort-files --null -g ""!{.git,node_modules}/*" | xargs -0 dirname | sort -u'
export FZF_ALT_C_OPTS="--preview 'exa --tree {} | head -200'"
export FZF_CTRL_R_OPTS="--preview 'echo {}' --preview-window down:3:hidden:wrap --bind 'ctrl-t:toggle-preview'"
export FZF_DEFAULT_OPTS="--bind=ctrl-t:toggle-all --bind=ctrl-j:jump"
autopair-init
enable-fzf-tab