From e5319aa5ed3450e1996f7d5f6921f4275c2db68f Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Wed, 6 Nov 2024 09:28:18 -0500 Subject: [PATCH] set options and keybinds for nested tmux --- .config/tmux/tmux.conf | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ab7240b..0d52717 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -85,25 +85,16 @@ set -g @plugin 'alexwforsythe/tmux-which-key' # set -g @plugin 'niqodea/tmux-matryoshka' # nested tmux (def F1-F3) # 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-restore 'on' set -g @resurrect-strategy-nvim 'session' 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 - -#### Options for nested tmux. putting here for reference while I decide if this is worth keeping -# # keybind to disable outer-most active tmux -# set -g @matryoshka_down_keybind 'M-d' -# # 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_down_keybind 'M-d' # keybind to disable outer-most active tmux +set -g @matryoshka_up_keybind 'M-e' # keybind to enable inner-most inactive tmux +set -g @matryoshka_up_recursive_keybind 'M-U' # keybind to recursively enable all tmux instances +set -g @matryoshka_inactive_status_style 'fg=default,bg=brightblack' # TODO: Try to make this look better.. # set -g @matryoshka_status_style_option 'my-status-style' ##### FZF settings