Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Papperello committed Sep 11, 2018
1 parent f797df7 commit 38305fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if-shell "uname | grep -q Darwin" "set-option -g default-command \"reattach-to-u
# F11 means set inactive
bind -n M-F11 \
set -g status-bg colour8 \; \
set -g window-status-current-format "#[fg=colour16,noreverse,bold] #I ❯ #W "
set -g window-status-current-format "#[fg=colour39,noreverse,bold] #I ❯ #W "

# F12 means set to active
bind -n M-F12 \
Expand All @@ -120,7 +120,7 @@ bind -n M-F12 \
bind -n S-up \
send-keys M-F12 \; \
set -g status-bg colour8 \; \
set -g window-status-current-format "#[fg=colour16,noreverse,bold] #I ❯ #W "\; \
set -g window-status-current-format "#[fg=colour39,noreverse,bold] #I ❯ #W "\; \
set -g prefix C-b
bind -n S-down \
send-keys M-F11 \; \
Expand Down

0 comments on commit 38305fc

Please sign in to comment.