瀏覽代碼

Fix tmux theme and remove old visual status option

Tmux makes too many breaking changes. We won't bother worrying about old
versions so much anymore. What will matter now is making sure config
works for Debian stable.
cinaeco 6 年之前
父節點
當前提交
c697d022d7
共有 2 個文件被更改,包括 1 次插入5 次删除
  1. 0 4
      tmux/tmux.conf
  2. 1 1
      tmux/tmuxcolours.conf

+ 0 - 4
tmux/tmux.conf

@@ -16,10 +16,6 @@ set-option -g pane-base-index 1
 # History scrollback.
 set-option -g history-limit 9999999
 
-# Display a status line message when activity occurs in a window for which the
-# monitor-activity window option is enabled.
-set-option -g visual-activity on
-
 # Resize the window to the size of the smallest session for which it is the
 # current window, rather than the smallest session to which it is attached.
 set-window-option -g aggressive-resize on

+ 1 - 1
tmux/tmuxcolours.conf

@@ -12,7 +12,7 @@ set-option -g status-attr default
 # Central window list.
 # `#I` = index, `#F` = last window indicator, `#W` = window name
 set-option -g status-justify "centre"
-set-option -g window-status-format "#[bg=colour234] #[fg=colour244]#I#[fg=red]#F#[fg=colour249]#W "
+set-option -g window-status-format "#[bg=colour234] #[fg=colour244]#I#[fg=red] #[fg=colour249]#W "
 set-option -g window-status-current-format "#[bg=red] #[fg=colour231]#I #[bold]#W "
 
 # Left status.