diff --git a/tmux.conf b/tmux.conf index 9e10aed..e8dbbe2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -58,6 +58,10 @@ if '[ ! -n $ITERM_PROFILE ]' \ # Enable strikethrough on VTE compatible terminals. set -ga terminal-overrides 'xterm*:smxx=\E[9m' +# Binding to create window-auto layout +bind a run-shell ~/.local/share/tmux/layouts/window-auto +# TODO: bind A run-shell ~/.local/share/tmux/layouts/window-auto --refresh + # Set only on macOS where it's required if -b '[ "`uname`" = "Darwin" ]' \ 'set -g default-command "reattach-to-user-namespace -l $SHELL"'