[tmux] Bind <prefix> space to next-window, like screen

This commit is contained in:
Sami Samhuri 2025-09-09 09:03:07 -07:00
parent 392782cba0
commit 1db9de17e1
No known key found for this signature in database

View file

@ -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