Sfoglia il codice sorgente

Update tmux config

Viktor Grahn 2 anni fa
parent
commit
ae5190912f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

@@ -1,4 +1,5 @@
 set -g default-terminal "xterm-256color"
 set -g default-terminal "xterm-256color"
+set -sg terminal-overrides ",*:RGB"
 set -g display-panes-time 5000
 set -g display-panes-time 5000
 set -s set-clipboard off
 set -s set-clipboard off
 set -g history-limit 10000
 set -g history-limit 10000
@@ -38,7 +39,6 @@ set-option -g pane-active-border-style fg=grey
 set-option -g pane-border-style fg=grey
 set-option -g pane-border-style fg=grey
 set-option -g pane-active-border-style fg=white
 set-option -g pane-active-border-style fg=white
 set-option -g window-status-separator "#[fg=grey] | "
 set-option -g window-status-separator "#[fg=grey] | "
-# set-option -g window-status-separator "#[fg=grey]  "
 
 
 # Left components
 # Left components
 set-option -g status-left-length 20
 set-option -g status-left-length 20