From 1db9de17e1c1a97a4a98836a639ac953d3a29d24 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 9 Sep 2025 09:03:07 -0700 Subject: [PATCH] [tmux] Bind space to next-window, like screen --- tmux.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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