]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/.tmux.conf
Very useful renumber-windows tmux options
[dotfiles.git] / tmux / .tmux.conf
index c59768cdc34863856720d6fb5c8a5c73ef1c7fad..00387b33fcbd9d7c10f9dc4c01c830d8296e138b 100644 (file)
@@ -1,9 +1,10 @@
 set-option -g mode-keys vi
 set-option -g base-index 1
 set-option -g default-terminal "screen-256color"
-set-option -g escape-time 50
+set-option -g escape-time 1
 set-option -g repeat-time 0
 set-option -g history-limit 20000
+set-option -g renumber-windows on
 
 set-option -g prefix C-a
 unbind-key C-b