diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 18:52:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 18:52:37 +0900 |
| commit | 80708ecd2c93e17d56da70ed5e6f621b871649c6 (patch) | |
| tree | f5866c277ced3ab4d461af33bdeab10898edfb9f /ar | |
| parent | 5613dc3d7c6436348a336098557ea30b1307342e (diff) | |
modified bin/sessionizer
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/sessionizer | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ar/.local/bin/sessionizer b/ar/.local/bin/sessionizer index e7501e5..eca845c 100755 --- a/ar/.local/bin/sessionizer +++ b/ar/.local/bin/sessionizer @@ -2,10 +2,11 @@ sessionizer() { path="$( - sesh list -c -H | fzf-tmux -p 80%,70% \ - --no-sort --cycle --ignore-case --ansi --border=sharp --multi --border-label "╢ TheSiahxyz ╟" --prompt "💡 " \ + sesh list -c -H | 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" \ - --reverse \ + --prompt "💡 " \ --bind "ctrl-a:change-prompt(💡 )+reload(sesh list -d -H)" \ --bind "ctrl-e:change-prompt(📑 )+reload(sesh list -c -H)" \ --bind "ctrl-f:change-prompt(🔎 )+reload(sesh list -d -z -H)" \ |
