aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index b7961ec..f28b43e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -29,8 +29,10 @@ set -sg escape-time 0
set -g default-terminal "xterm-256color"
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
+
set -g mouse on
set-option -g allow-rename off
+set-option -g renumber-windows on
# vim mode
set-window-option -g mode-keys vi