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

sesh: fix kill-session field seperator

This commit is contained in:
Nikhil Singh 2025-08-01 11:24:35 +05:30 committed by Austin Horstman
parent 614956c993
commit 712c6dad6c

View file

@ -102,7 +102,7 @@ in
--bind 'ctrl-g:change-prompt( )+reload(sesh list ${args} -c)' \
--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 {})+change-prompt( )+reload(sesh list ${args})' \
--bind 'ctrl-d:execute(tmux kill-session -t {2..})+change-prompt( )+reload(sesh list ${args})' \
-- ${fzf-args}
)\""
'';