From ef186f486950cab1bb63d0ded508576c6534f9da Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 20 Apr 2024 20:28:56 +0200 Subject: [PATCH] feat(sesh): improve readablility of sesh window and help text --- tmux/tmux.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a75bcab..ac70027 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -93,7 +93,7 @@ bind-key & kill-window bind-key x kill-pane # Lazygit -bind G new-window -c "#{pane_current_path}" -n " " lazygit +bind G new-window -c "#{pane_current_path}" -n " Git" lazygit # Lazydocker bind D new-window -c "#{pane_current_path}" -n " " lazydocker @@ -127,15 +127,15 @@ set -g @thumbs-command 'echo -n {} | pbcopy' bind-key "T" run-shell "sesh connect \"$( sesh list | fzf-tmux -p 55%,60% \ - --no-sort --border-label ' sesh ' --prompt '⚡ ' \ - --header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \ + --no-sort --border-label ' sesh ' --prompt '⚡ ' \ + --header '^a all ⋅ ^t tmux ⋅ ^g configs ⋅ ^x zoxide ⋅ ^d tmux kill ⋅ ^f find' \ --bind 'tab:down,btab:up' \ - --bind 'ctrl-a:change-prompt(⚡ )+reload(sesh list)' \ - --bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t)' \ - --bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c)' \ - --bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -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)' + --bind 'ctrl-a:change-prompt(⚡ )+reload(sesh list)' \ + --bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t)' \ + --bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c)' \ + --bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -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)' )\"" # ========= Plugins =========