Some Tmux tweaks

This commit is contained in:
Eryn Wells 2012-08-07 13:04:05 -07:00
parent f46d3c8f29
commit a7d991556b

View file

@ -1,7 +1,7 @@
set-option -g prefix C-a set-option -g prefix C-a
set-option -g exit-unattached off set-option -g exit-unattached off
set-option -g default-terminal "screen-256color" set-option -g default-terminal "screen-256color"
set-option -g set-titles on set-option -g set-titles off
set-option -g visual-bell off set-option -g visual-bell off
set-option -g history-limit 10000 set-option -g history-limit 10000
@ -10,6 +10,8 @@ set-option -g mode-keys vi
set-option -g base-index 1 set-option -g base-index 1
set-option -g pane-base-index 1 set-option -g pane-base-index 1
set-option -g status-bg green
set-window-option -g alternate-screen on set-window-option -g alternate-screen on
set-window-option -g clock-mode-style 24 set-window-option -g clock-mode-style 24