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 bind-key x kill-pane
# Lazygit # Lazygit
bind G new-window -c "#{pane_current_path}" -n " " lazygit bind G new-window -c "#{pane_current_path}" -n " Git" lazygit
# Lazydocker # Lazydocker
bind D new-window -c "#{pane_current_path}" -n " " 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 \"$( bind-key "T" run-shell "sesh connect \"$(
sesh list | fzf-tmux -p 55%,60% \ sesh list | fzf-tmux -p 55%,60% \
--no-sort --border-label ' sesh ' --prompt '⚡ ' \ --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 'tab:down,btab:up' \
--bind 'ctrl-a:change-prompt(⚡ )+reload(sesh list)' \ --bind 'ctrl-a:change-prompt(⚡ )+reload(sesh list)' \
--bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t)' \ --bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t)' \
--bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c)' \ --bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c)' \
--bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z)' \ --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-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-d:execute(tmux kill-session -t {})+change-prompt(⚡ )+reload(sesh list)'
)\"" )\""
# ========= Plugins ========= # ========= Plugins =========