aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf6
1 files changed, 6 insertions, 0 deletions
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")'