From 614956c9932b607a758d7910a5c133af44110309 Mon Sep 17 00:00:00 2001 From: Nikhil Singh Date: Fri, 1 Aug 2025 11:22:25 +0530 Subject: [PATCH] sesh: switch from `fzf-tmux -p` to `fzf --tmux` A more reliable approach and fixes #7192 --- modules/programs/sesh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/sesh.nix b/modules/programs/sesh.nix index 3c01a6474..8b7ce80a2 100644 --- a/modules/programs/sesh.nix +++ b/modules/programs/sesh.nix @@ -93,7 +93,7 @@ in programs.tmux.extraConfig = '' bind-key "${cfg.tmuxKey}" run-shell "sesh connect \"$( - sesh list ${args} | fzf-tmux -p 55%,60% \ + sesh list ${args} | fzf --tmux 80%,70% \ --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' \