✨ feat(tmux): add some new options
This commit is contained in:
parent
95a53d12a4
commit
bf65915473
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue