mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(tmux): allow reverse search in popup window
This commit is contained in:
3
zshrc
3
zshrc
@@ -28,6 +28,9 @@ export FZF_DEFAULT_OPTS='--no-height'
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
export FZF_CTRL_T_OPTS="--preview 'bat --color=always --style=numbers {}' --bind shift-up:preview-page-up,shift-down:preview-page-down"
|
||||
|
||||
export FZF_CTRL_R_OPTS="--reverse"
|
||||
export FZF_TMUX_OPTS="-p"
|
||||
|
||||
export FZF_ALT_C_COMMAND="fd --type d $FD_OPTIONS --color=never --hidden"
|
||||
export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -50'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user