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:
parent
614956c993
commit
712c6dad6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
)\""
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue