diff --git a/.tmux.conf b/.tmux.conf index 5507ac3..30b7724 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -75,6 +75,10 @@ set -g message-style 'fg=colour6 bg=colour16 bold' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'omerxx/tmux-sessionx' -set -g @sessionx-bind 'o' +set -g @sessionx-bind s +#set -g @sessionx-bind-window-mode s +set -g @sessionx-window-mode 'on' +set -g @sessionx-bind-select-up 'ctrl-k' +set -g @sessionx-bind-select-down 'ctrl-j' run '~/.tmux/plugins/tpm/tpm'