mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Drop fzf-tmux for plain fzf. The popup just complicated it, so I never used it
This commit is contained in:
parent
b324fc2e4a
commit
1c233e995c
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue