From 7632416d12dd5abf5afa4ad40c197c5b810d5bfb Mon Sep 17 00:00:00 2001 From: five-hundred-eleven Date: Mon, 12 Aug 2024 12:27:50 -0400 Subject: [PATCH] tmux conf changes --- .tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'