Reverted so me related options in .tmux.conf

This commit is contained in:
Christian Baer 2019-03-19 23:02:21 +01:00
parent 416c5efc3d
commit df44cef0ba

View File

@ -27,13 +27,7 @@ set -g base-index 1
set -g pane-base-index 1 set -g pane-base-index 1
# Enable mouse mode # Enable mouse mode
set-window-option -g mode-mouse on set -g mouse on
# don't rename windows automatically
set-option -g allow-rename off
# Set history to 30000 lines
set -g history-limit 30000
###################### ######################
### DESIGN CHANGES ### ### DESIGN CHANGES ###