From 66bb08a653f2292c891f3a12efa29fd32094e4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Thu, 25 Jan 2024 23:18:54 +0100 Subject: [PATCH] feat(tmux): tab cycling in fzf menu --- tmux/tmux-sessionizer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux-sessionizer b/tmux/tmux-sessionizer index 9e2d6d2..d0894a4 100755 --- a/tmux/tmux-sessionizer +++ b/tmux/tmux-sessionizer @@ -6,7 +6,7 @@ else if ! [[ -f "$GGROOT/compiled" ]]; then find -L $GGROOT -mindepth 1 -maxdepth 5 -type d -name .git -prune | xargs -n 1 dirname > "$GGROOT/compiled" fi - selected=$(cat "$GGROOT/compiled" | fzf) + selected=$(cat "$GGROOT/compiled" | fzf --cycle --bind 'tab:toggle-up,btab:toggle-down') fi if [[ -z $selected ]]; then