diff options
author | xero <x@xero.nu> | 2015-06-14 21:38:00 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-06-14 21:38:00 -0400 |
commit | 902935f12066152b0780ffe4b59491fbb30df0c1 (patch) | |
tree | 9492bfd9fd4355126f42a121cfb2cb14fc775531 /tmux | |
parent | 4bfa3d524d6532a5a510e92a2db36d93f298175a (diff) | |
download | dotfiles_ascii-902935f12066152b0780ffe4b59491fbb30df0c1.tar.xz dotfiles_ascii-902935f12066152b0780ffe4b59491fbb30df0c1.zip |
remove deprecated tmux opts
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e3c7da7..9edaf80 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -107,7 +107,6 @@ setw -g aggressive-resize on set-option -g status-position bottom setw -g window-status-format "#[bg=colour241,fg=colour0,noreverse]█▓░ #W " setw -g window-status-current-format "#[bg=colour66,fg=colour0,noreverse]█▓░ #W " -setw -g window-status-content-attr blink # Info on right set -g status-right-length 100 @@ -119,10 +118,8 @@ set -g status-left '' # loud or quiet? set-option -g visual-activity on set-option -g visual-bell off -set-option -g visual-content off set-option -g visual-silence off set-window-option -g monitor-activity off -set-window-option -g monitor-content on set-option -g bell-action none # tmux clock |