sessionzier
This commit is contained in:
parent
4a05bf942d
commit
f6c31436fd
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue