diff options
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 21f8cd4..5127b7e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -10,6 +10,7 @@ set -g status-right-length 35 | |||
| 10 | set -g status-interval 30 | 10 | set -g status-interval 30 |
| 11 | set -g base-index 1 | 11 | set -g base-index 1 |
| 12 | set -g pane-base-index 1 | 12 | set -g pane-base-index 1 |
| 13 | set -g renumber-windows on | ||
| 13 | set -g history-limit 10000 | 14 | set -g history-limit 10000 |
| 14 | set -g escape-time 0 | 15 | set -g escape-time 0 |
| 15 | set -g aggressive-resize on | 16 | set -g aggressive-resize on |
