feat(tmux): add new bindings for sessionx

This commit is contained in:
Sergio Laín 2024-08-11 17:51:04 +02:00
parent bb49047b99
commit 2224d0c4e6
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -35,6 +35,16 @@ set -g @sessionx-preview-ratio '65%'
set -g @sessionx-window-height '95%' set -g @sessionx-window-height '95%'
set -g @sessionx-window-width '95%' set -g @sessionx-window-width '95%'
set -g @sessionx-tmuxinator-mode 'on' 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 # Ressurrect & Continuum
set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-capture-pane-contents 'on'