Skip to content

Commit

Permalink
Update .tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
SyluxDX committed Sep 2, 2020
1 parent 2c370e6 commit ec69110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ unbind '"'
unbind %
# toggle synchronize-panes
bind M-s setw synchronize-panes
# set sync color change
setw -g window-status-current-format '#{?pane_synchronized,#[bg=red],}#I:#W'
setw -g window-status-format '#{?pane_synchronized,#[bg=red],}#I:#W'
# set current window name color
setw -g window-status-current-fg 'white'

0 comments on commit ec69110

Please sign in to comment.