diff --git a/.tmux.conf b/.tmux.conf index 42057a6..7232241 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,13 +27,7 @@ set -g base-index 1 set -g pane-base-index 1 # Enable mouse mode -set-window-option -g mode-mouse on - -# don't rename windows automatically -set-option -g allow-rename off - -# Set history to 30000 lines -set -g history-limit 30000 +set -g mouse on ###################### ### DESIGN CHANGES ###