pull/27/merge
Grayson Koonce 2016-11-29 14:58:24 +00:00 committed by GitHub
commit c29ac6ac00
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ main() {
if server_option_value_not_changed "escape-time" "500"; then
tmux set-option -s escape-time 0
fi
# index windows from 1 to align better with keyboard
set -g base-index 1
setw -g pane-base-index 1
# increase scrollback buffer size
if option_value_not_changed "history-limit" "2000"; then