⚙️ config(tmux): sessionx custom options

This commit is contained in:
Sergio Laín 2024-08-02 14:10:28 +02:00
parent 3cb0e6dc5c
commit ffc2ba4228
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -29,6 +29,12 @@ set -g @catppuccin_status_connect_separator "yes"
# Sessionx
set -g @sessionx-bind 'space'
set -g @sessionx-filter-current 'false'
set -g @sessionx-window-mode 'on'
set -g @sessionx-preview-location 'top'
set -g @sessionx-preview-ratio '65%'
set -g @sessionx-window-height '95%'
set -g @sessionx-window-width '95%'
set -g @sessionx-tmuxinator-mode 'on'
# Ressurrect & Continuum
set -g @resurrect-capture-pane-contents 'on'