diff --git a/tmux.conf b/tmux.conf index 6b094ba2..4ea4c124 100755 --- a/tmux.conf +++ b/tmux.conf @@ -22,3 +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