diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index 72a12052..f950719c 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -35,6 +35,16 @@ set -g @sessionx-preview-ratio '65%' set -g @sessionx-window-height '95%' set -g @sessionx-window-width '95%' set -g @sessionx-tmuxinator-mode 'on' +set -g @sessionx-bind-window-mode 'alt-w' +set -g @sessionx-bind-tree-mode 'alt-t' +set -g @sessionx-bind-new-window 'alt-c' +set -g @sessionx-bind-rename-session 'alt-r' +set -g @sessionx-bind-kill-session 'alt-q' +set -g @sessionx-bind-configuration-path 'alt-e' +set -g @sessionx-bind-back 'alt-b' + +# Floax +set -g @floax-border-color 'white' # Ressurrect & Continuum set -g @resurrect-capture-pane-contents 'on'