✨ feat(tmux): add new bindings for sessionx
This commit is contained in:
parent
bb49047b99
commit
2224d0c4e6
1 changed files with 10 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue