diff --git a/tmux.conf b/tmux.conf index 3ba25a9..d96aba5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,9 @@ +# Enable mouse support +set -g mouse on + +# Select next window +bind-key Space next-window + # HotPurpleTrafficLight theme for tmux to match btop # Status bar - dark background with purple accent @@ -27,6 +33,3 @@ set -g status-right '#[fg=colour120]%H:%M #[fg=colour141]%d-%b-%y ' # Clock mode color set-window-option -g clock-mode-colour colour141 - -# Enable mouse support -set -g mouse on \ No newline at end of file