⚙️ config(tmux): sessionx custom options
This commit is contained in:
parent
3cb0e6dc5c
commit
ffc2ba4228
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ set -g @catppuccin_status_connect_separator "yes"
|
||||||
# Sessionx
|
# Sessionx
|
||||||
set -g @sessionx-bind 'space'
|
set -g @sessionx-bind 'space'
|
||||||
set -g @sessionx-filter-current 'false'
|
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
|
# Ressurrect & Continuum
|
||||||
set -g @resurrect-capture-pane-contents 'on'
|
set -g @resurrect-capture-pane-contents 'on'
|
||||||
|
|
Loading…
Add table
Reference in a new issue