1
0
Fork 0
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:
Nikhil Singh 2025-08-01 11:25:47 +05:30 committed by Austin Horstman
parent 712c6dad6c
commit 19f94a3e0e

View file

@ -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}
)\""
'';