mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
sesh: Add preview window
This commit is contained in:
parent
712c6dad6c
commit
19f94a3e0e
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ in
|
|||
--bind 'ctrl-x:change-prompt(📁 )+reload(sesh list ${args} -z)' \
|
||||
--bind 'ctrl-f:change-prompt(🔎 )+reload(fd -H -d 2 -t d -E .Trash . ~)' \
|
||||
--bind 'ctrl-d:execute(tmux kill-session -t {2..})+change-prompt(⚡ )+reload(sesh list ${args})' \
|
||||
--preview-window 'right:55%' \
|
||||
--preview 'sesh preview {}' \
|
||||
-- ${fzf-args}
|
||||
)\""
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue