mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(sesh): improve readablility of sesh window and help text
This commit is contained in:
@@ -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)' \
|
||||
|
||||
Reference in New Issue
Block a user