aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-09 09:04:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-09 09:04:37 +1300
commit714081e6f448df12a7566ded5b30e939a61c37d5 (patch)
treec17fb13910605fc56ebb03762fc6af7d242cce09 /tmux
parentTry edit_headers in mutt for a while (diff)
downloaddotfiles-714081e6f448df12a7566ded5b30e939a61c37d5.tar.gz
dotfiles-714081e6f448df12a7566ded5b30e939a61c37d5.zip
Remove renumber-windows option from tmux
Decided I don't like it.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index d4cfc5dc..10d0a913 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -89,9 +89,6 @@ set-option -g status-interval 1
# The first window in a session has index 1, rather than 0
set-option -g base-index 1
-# Renumber the windows when one is closed
-set-option -g renumber-windows on
-
# Don't worry about timeouts for key combinations, as I don't use Escape as
# meta and prefer things to be snappier
set-option -g escape-time 0