Sfoglia il codice sorgente

Fix tmux startup oops regarding mouse mode initial setting.

cray
Mitch Tishmack 11 anni fa
parent
commit
4a5bf2f491
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tmux/.tmux.conf

+ 1
- 1
tmux/.tmux.conf Vedi File

@@ -77,7 +77,7 @@ bind-key s \
# same thing as ^ so it sets up things if we were started with # same thing as ^ so it sets up things if we were started with
# something else that set synchronization. # something else that set synchronization.
if-shell \ if-shell \
"tmux show-window-options | grep 'synchronize-panes on'" \
"tmux show-window-options | grep 'synchronize-panes on' || /bin/true" \
"set-window-option window-status-current-bg red; \ "set-window-option window-status-current-bg red; \
set-window-option pane-active-border-fg yellow; \ set-window-option pane-active-border-fg yellow; \
set-window-option pane-active-border-bg red" set-window-option pane-active-border-bg red"


Caricamento…
Annulla
Salva