mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-16 14:01:08 +01:00
sesh: switch from fzf-tmux -p to fzf --tmux
A more reliable approach and fixes #7192
This commit is contained in:
parent
899af4218c
commit
614956c993
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ in
|
||||||
|
|
||||||
programs.tmux.extraConfig = ''
|
programs.tmux.extraConfig = ''
|
||||||
bind-key "${cfg.tmuxKey}" run-shell "sesh connect \"$(
|
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 '⚡ ' \
|
--no-sort --ansi --border-label ' sesh ' --prompt '⚡ ' \
|
||||||
--header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \
|
--header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \
|
||||||
--bind 'tab:down,btab:up' \
|
--bind 'tab:down,btab:up' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue