From bf65915473858fc280f8c4a1d415d31f48f74503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 29 Jul 2024 20:40:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20add=20some=20new=20op?= =?UTF-8?q?tions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/options.conf | 3 +++ 1 file changed, 3 insertions(+) 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