From 80708ecd2c93e17d56da70ed5e6f621b871649c6 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:52:37 +0900 Subject: modified bin/sessionizer --- ar/.local/bin/sessionizer | 7 ++++--- 1 file 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)" \ -- cgit v1.2.3