set options and keybinds for nested tmux

This commit is contained in:
2024-11-06 09:28:18 -05:00
parent 1c50c11228
commit e5319aa5ed
+5 -14
View File
@@ -85,25 +85,16 @@ set -g @plugin 'alexwforsythe/tmux-which-key' # <prefix><space>
set -g @plugin 'niqodea/tmux-matryoshka' # nested tmux (def F1-F3) set -g @plugin 'niqodea/tmux-matryoshka' # nested tmux (def F1-F3)
# Session restore options # Session restore options
set -g @continuum-boot 'on' # automatically start tmux session on boot set -g @continuum-boot 'off' # automatically start tmux session on boot
set -g @continuum-boot-options 'alacritty,fullscreen' # start tmux in fullscreen alacritty on macOS set -g @continuum-boot-options 'alacritty,fullscreen' # start tmux in fullscreen alacritty on macOS
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @resurrect-strategy-nvim 'session' set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-capture-pane-contents 'on'
set -g @resurrect-processes 'ssh nvim man less tail btop htop vi vim' # space separated list of programs to restore set -g @resurrect-processes 'ssh nvim man less tail btop htop vi vim' # space separated list of programs to restore
set -g @matryoshka_down_keybind 'M-d' # keybind to disable outer-most active tmux
#### Options for nested tmux. putting here for reference while I decide if this is worth keeping set -g @matryoshka_up_keybind 'M-e' # keybind to enable inner-most inactive tmux
# # keybind to disable outer-most active tmux set -g @matryoshka_up_recursive_keybind 'M-U' # keybind to recursively enable all tmux instances
# set -g @matryoshka_down_keybind 'M-d' set -g @matryoshka_inactive_status_style 'fg=default,bg=brightblack' # TODO: Try to make this look better..
# # keybind to enable inner-most inactive tmux
# set -g @matryoshka_up_keybind 'M-u'
# # keybind to recursively enable all tmux instances
# set -g @matryoshka_up_recursive_keybind 'M-U'
# # status style of inactive tmux
# set -g @matryoshka_inactive_status_style 'fg=colour245,bg=colour238'
#
# # name of the option for the style of the status line
# # set if you rely on something other than the default 'status-style' option for it
# set -g @matryoshka_status_style_option 'my-status-style' # set -g @matryoshka_status_style_option 'my-status-style'
##### FZF settings ##### FZF settings