From 51536615a96b57f27d9e88b1e0be0a5e3c2314b2 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 6 Sep 2024 15:02:54 +0200 Subject: [PATCH] chore(tmux): change sesh default to tmux list --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 7ecfec1..de95d36 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -127,7 +127,7 @@ bind-key v command-prompt "rename-window '%%'" # Sesh integration bind-key "T" run-shell "sesh connect \"$( - sesh list | fzf-tmux -p 55%,60% \ + sesh list -t | fzf-tmux -p 55%,60% \ --no-sort --ansi --border-label ' sesh ' --prompt '⚡ ' \ --header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \ --bind 'tab:down,btab:up' \