From e922507da1517542a6a254df19ceb07df952af4b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 7 Jun 2012 23:44:46 +1200 Subject: Couple more tmux options --- tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f9daaea2..ad64b773 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -37,6 +37,9 @@ set-window-option -g window-status-activity-attr none if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-activity-bg colour237' if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-activity-fg colour248' +# History +set-option -g history-limit 100000 + # Indices set-option -g base-index 1 @@ -55,6 +58,9 @@ if-shell 'test `tput colors` -eq 256' 'set-option -g pane-active-border-fg colou if-shell 'test `tput colors` -eq 256' 'set-option -g pane-border-bg colour237' if-shell 'test `tput colors` -eq 256' 'set-option -g pane-border-fg colour237' +# Resize +set-window-option -g aggressive-resize on + # Status bar set-option -g status-left '[#S]' set-option -g status-right '[#H] #(date +"%F %T")' -- cgit v1.2.3