Sfoglia il codice sorgente

fix tmux.conf

pull/1/head
10sr 11 anni fa
parent
commit
df0e22405d
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +3
    -2
      tmux.conf

+ 3
- 2
tmux.conf Vedi File

@@ -19,8 +19,6 @@ set -g display-panes-time 5000
#set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"
set -g status-right "${USER}@#H | #(tmux -V) "
set message-bg white
set message-fg black

# default-color
set -g status-bg green
@@ -45,3 +43,6 @@ if "test `hostname` = newkiwi" \
setw -g window-status-current-fg black
setw -g window-status-current-bg white
setw -g window-status-current-attr bold

set message-bg white
set message-fg black

Caricamento…
Annulla
Salva