sessionzier

This commit is contained in:
Dennis Schoepf 2026-01-10 23:16:31 +01:00
parent 4a05bf942d
commit f6c31436fd

View file

@ -60,10 +60,7 @@
end
'';
sessionizer = /* fish */ ''
set -l selected (dev_projects | fzf \
--prompt "Create/switch to session: " \
--header " Ctrl-d: Kill Session " \
--bind "ctrl-d:execute(tmux kill-session -t {1})++reload(dev_projects)")
set -l selected (dev_projects | fzf --prompt "Create/switch to session: " --header " Ctrl-d: Kill Session " --bind "ctrl-d:execute(tmux kill-session -t {1})++reload(dev_projects)")
if test -z "$selected"
return 1