diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-07 06:36:39 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-07 06:36:39 +0900 |
| commit | 5ac963c6ec4be18087ed7a4864d63e6f3a0894f9 (patch) | |
| tree | d1ddd51653341a8f2d9a126f3277bb0c6bfe5a90 /ar/.local/bin/sessionizer | |
| parent | 3182a8cbd46efa47d93e607acd6f5ed060b55298 (diff) | |
modified bin/sessionizer
Diffstat (limited to 'ar/.local/bin/sessionizer')
| -rwxr-xr-x | ar/.local/bin/sessionizer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/sessionizer b/ar/.local/bin/sessionizer index 062e469..36c8004 100755 --- a/ar/.local/bin/sessionizer +++ b/ar/.local/bin/sessionizer @@ -13,7 +13,7 @@ sessionizer() { --bind "ctrl-g:change-prompt( )+reload(fd -H -d 1 -t d -E .Trash -E .git -E .cache . $HOME/Private/repos $HOME/Public/repos | sed 's|$HOME|~|g')" \ --bind "ctrl-t:change-prompt(🪟 )+reload(sesh list -t --icons)" \ --bind "ctrl-v:execute($EDITOR ${0})+abort" \ - --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | awk "{ print \$NF }")")+change-prompt(💡 )+reload(sesh list --icons)' \ + --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | cut -d" " -f2-)")+reload(sesh list --icons)' \ --bind "alt-enter:execute($EDITOR {})+abort" \ --bind 'ctrl-/:change-prompt(❓ )+reload(echo "^a all ^e sesh config |
