feat(tmux): add some new options

This commit is contained in:
Sergio Laín 2024-07-29 20:40:58 +02:00
parent 95a53d12a4
commit bf65915473
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

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