tmux conf changes

This commit is contained in:
five-hundred-eleven
2024-08-12 12:27:50 -04:00
parent 581ce9bceb
commit 7632416d12

View File

@@ -75,6 +75,10 @@ set -g message-style 'fg=colour6 bg=colour16 bold'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'omerxx/tmux-sessionx' 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' run '~/.tmux/plugins/tpm/tpm'