From 1c233e995c6eddf41669acbebcab70bd191324cf Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 6 Feb 2025 19:34:40 -0800 Subject: [PATCH] Drop fzf-tmux for plain fzf. The popup just complicated it, so I never used it --- git-recent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recent b/git-recent index 33f3d57..1e5dd34 100755 --- a/git-recent +++ b/git-recent @@ -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 \