feat(sesh): improve readablility of sesh window and help text

This commit is contained in:
Stefan Imhoff
2024-04-20 20:28:56 +02:00
parent 409b09a356
commit ef186f4869

View File

@@ -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
@@ -128,7 +128,7 @@ 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' \
--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)' \