mirror of
https://github.com/samsonjs/config.git
synced 2026-04-27 15:07:46 +00:00
[tmux] Bind <prefix> space to next-window, like screen
This commit is contained in:
parent
392782cba0
commit
1db9de17e1
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
# HotPurpleTrafficLight theme for tmux to match btop
|
||||||
|
|
||||||
# Status bar - dark background with purple accent
|
# 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
|
# Clock mode color
|
||||||
set-window-option -g clock-mode-colour colour141
|
set-window-option -g clock-mode-colour colour141
|
||||||
|
|
||||||
# Enable mouse support
|
|
||||||
set -g mouse on
|
|
||||||
Loading…
Reference in a new issue