diff --git a/tmux.conf b/tmux.conf index 843cbffd..ad3f255b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,8 +22,5 @@ set -g base-index 1 # Sets 0 as window 10 (in my keyboard, numbers are 1234567890) bind-key 0 select-window -t :10 -# Enables mouse -set -g mode-mouse on - # Enables colours set -g default-terminal "screen-256color"