another commit
This commit is contained in:
+18
-2
@@ -18,8 +18,6 @@ set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
# set -g allow-passthrough on
|
||||
|
||||
# Allow Kitty graphics protocol to pass through
|
||||
set -gq allow-passthrough on
|
||||
|
||||
@@ -119,6 +117,9 @@ set -g @plugin 'YlanAllouche/tmux-task-monitor'
|
||||
set -g @plugin 'rickstaa/tmux-notify'
|
||||
set -g @plugin 'TheSast/tmux-nav-master'
|
||||
set -g @plugin 'omerxx/tmux-sessionx'
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
# set desired theme options...
|
||||
set -g @tmux-gruvbox 'dark' # or 'dark256', 'light', 'light256'
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'github_username/plugin_name'
|
||||
@@ -126,6 +127,21 @@ set -g @plugin 'omerxx/tmux-sessionx'
|
||||
# set -g @plugin 'git@github.com:user/plugin'
|
||||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||
|
||||
# bind-key "T" run-shell "sesh connect \"$(
|
||||
# sesh list --icons | fzf-tmux -p 80%,70% \
|
||||
# --no-sort --ansi --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 --icons)' \
|
||||
# --bind 'ctrl-t:change-prompt(🪟 )+reload(sesh list -t --icons)' \
|
||||
# --bind 'ctrl-g:change-prompt(⚙️ )+reload(sesh list -c --icons)' \
|
||||
# --bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z --icons)' \
|
||||
# --bind 'ctrl-f:change-prompt(🔎 )+reload(fd -H -d 2 -t d -E .Trash . ~)' \
|
||||
# --bind 'ctrl-d:execute(tmux kill-session -t {2..})+change-prompt(⚡ )+reload(sesh list --icons)' \
|
||||
# --preview-window 'right:55%' \
|
||||
# --preview 'sesh preview {}'
|
||||
# )\""# set -g allow-passthrough on
|
||||
|
||||
# tmux-fzf config
|
||||
# Default value in tmux < 3.2
|
||||
TMUX_FZF_OPTIONS="-m"
|
||||
|
||||
Reference in New Issue
Block a user