Quellcode durchsuchen

Fix tmux status line ad-hoc-ly

pull/1/head
10sr vor 9 Jahren
Ursprung
Commit
f3fd95782c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      tmux.conf

+ 2
- 1
tmux.conf Datei anzeigen

@@ -26,7 +26,8 @@ setw -g mode-mouse off
# set -g set-titles off
set -g display-panes-time 5000
set -g window-status-current-format "#I|#W:#T#F"
set -g window-status-format "#I|#W:#T#F"
#set -g window-status-format "#I|#W:#T#F"
set -g window-status-format "#I|#T#F"
# set window name automatically from command currently running
set -g automatic-rename on



Laden…
Abbrechen
Speichern