Drop fzf-tmux for plain fzf. The popup just complicated it, so I never used it

This commit is contained in:
Paul Irish 2025-02-06 19:34:40 -08:00
parent b324fc2e4a
commit 1c233e995c
No known key found for this signature in database
GPG key ID: 047F4C1E64AD96C0

View file

@ -34,7 +34,7 @@ fi
_browse_branches() {
git for-each-ref --color=always --sort=-authordate "refs/heads/" --format="$branches_format" \
| fzf-tmux --ansi -p80%,60% -- \
| fzf --ansi -- \
--layout=reverse --multi --height=90% --min-height=20 \
--border-label-pos=2 --border-label '🌲 Branches' --border \
--no-hscroll --no-multi \