1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

sesh: switch from fzf-tmux -p to fzf --tmux

A more reliable approach and fixes #7192
This commit is contained in:
Nikhil Singh 2025-08-01 11:22:25 +05:30 committed by Austin Horstman
parent 899af4218c
commit 614956c993

View file

@ -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' \