diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-13 10:42:02 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-13 10:42:02 +0900 |
| commit | 356b987f3d556a8d8915c5d0164fb7568b5f0673 (patch) | |
| tree | 595292ad9813cd7fb17ad00d27579375da699cd8 | |
| parent | a66ce3ac6acb115f5a981f7c66e05ed1bcfad08c (diff) | |
modified bin/sessionizer, modified bin/sessionizer
| -rwxr-xr-x | ar/.local/bin/sessionizer | 10 | ||||
| -rwxr-xr-x | mac/.local/bin/sessionizer | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/ar/.local/bin/sessionizer b/ar/.local/bin/sessionizer index 48f3bbf..93f32b1 100755 --- a/ar/.local/bin/sessionizer +++ b/ar/.local/bin/sessionizer @@ -2,18 +2,18 @@ sessionizer() { path="$( - sesh list --icons | fzf-tmux \ + sesh list -d --icons | fzf-tmux \ -p 80%,70% --no-sort --cycle --ignore-case --ansi --border=sharp --multi --reverse \ --border-label "╢ TheSiahxyz ╟" \ --header "^a all ^e sesh ^f zoxide ^g git ^t tmux ^u staged files ^x tmux kill M-cr open in editor ^/ help" \ --prompt "💡 " \ --bind "ctrl-a:change-prompt(💡 )+reload(sesh list -d -H --icons)" \ - --bind "ctrl-e:change-prompt(📑 )+reload(sesh list -c -H --icons)" \ + --bind "ctrl-e:change-prompt(📑 )+reload(sesh list -d -c -H --icons)" \ --bind "ctrl-f:change-prompt(🔎 )+reload(sesh list -d -z -H --icons)" \ - --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-g:change-prompt( )+reload(fd -H -d 1 -d -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 -d -t --icons)" \ --bind "ctrl-v:execute($EDITOR ${0})+abort" \ - --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | cut -d" " -f2-)")+reload(sesh list --icons)' \ + --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | cut -d" " -f2-)")+reload(sesh list -d --icons)' \ --bind "alt-enter:execute($EDITOR {})+abort" \ --bind 'ctrl-/:change-prompt(❓ )+reload(echo "^a all ^e sesh config diff --git a/mac/.local/bin/sessionizer b/mac/.local/bin/sessionizer index 48f3bbf..33835f5 100755 --- a/mac/.local/bin/sessionizer +++ b/mac/.local/bin/sessionizer @@ -2,18 +2,18 @@ sessionizer() { path="$( - sesh list --icons | fzf-tmux \ + sesh list -d --icons | fzf-tmux \ -p 80%,70% --no-sort --cycle --ignore-case --ansi --border=sharp --multi --reverse \ --border-label "╢ TheSiahxyz ╟" \ --header "^a all ^e sesh ^f zoxide ^g git ^t tmux ^u staged files ^x tmux kill M-cr open in editor ^/ help" \ --prompt "💡 " \ --bind "ctrl-a:change-prompt(💡 )+reload(sesh list -d -H --icons)" \ - --bind "ctrl-e:change-prompt(📑 )+reload(sesh list -c -H --icons)" \ - --bind "ctrl-f:change-prompt(🔎 )+reload(sesh list -d -z -H --icons)" \ - --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-e:change-prompt(📑 )+reload(sesh list -d -c -H --icons)" \ + --bind "ctrl-f:change-prompt(🔎 )+reload(sesh list -d -d -z -H --icons)" \ + --bind "ctrl-g:change-prompt( )+reload(fd -H -d 1 -d -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 -d -t --icons)" \ --bind "ctrl-v:execute($EDITOR ${0})+abort" \ - --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | cut -d" " -f2-)")+reload(sesh list --icons)' \ + --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | cut -d" " -f2-)")+reload(sesh list -d --icons)' \ --bind "alt-enter:execute($EDITOR {})+abort" \ --bind 'ctrl-/:change-prompt(❓ )+reload(echo "^a all ^e sesh config |
