added config to renumber tmux panes automatically

This commit is contained in:
Nick Nisi
2013-04-21 20:36:44 -05:00
parent 19ee3adfec
commit 8023146a9b
2 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ set -g status-utf8 on
set -g history-limit 20000
# automatically renumber tmux windows
set -g renumber-windows on
# unbind default prefix and set it to Ctrl+a
unbind C-b
set -g prefix C-a