diff --git a/.config/tmux/conf/options.conf b/.config/tmux/conf/options.conf index 234941fd..2b81d5e2 100644 --- a/.config/tmux/conf/options.conf +++ b/.config/tmux/conf/options.conf @@ -10,6 +10,7 @@ set -g base-index 1 setw -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows 1 +setw -g aggressive-resize on # Shell set-option -g default-shell $SHELL @@ -20,3 +21,5 @@ set-environment -g TMUX_DATA_DIR "${HOME}/.local/share/tmux" # Ohers set -g history-limit 100000 +set -s escape-time 0 +set -g set-titles on