AutoYADM commit: 2025-03-22 17:15:07

This commit is contained in:
Daniel Fichtinger 2025-03-22 17:15:07 -04:00
parent 0647f1db10
commit 687f84587f
4 changed files with 38 additions and 10 deletions

View file

@ -26,6 +26,15 @@ export FZF_DEFAULT_OPTS="
--color=query:#d5d5d5
--color=gutter:#121212"
export FZF_CTRL_R_OPTS="
--reverse
--cycle
--info=right
--color header:italic
--header 'alt+s (pet new)'
--preview 'echo {}' --preview-window down:3:hidden:wrap
--bind '?:toggle-preview'
--bind 'alt-s:execute(pet new --tag {2..})+abort'"
export FZF_TMUX_OPTS=" -p90%,70% "