Browse Source

Increase history limit in tmux.conf

Emmanuel Bouthenot 12 years ago
parent
commit
fb5524b27a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .tmux.conf

+ 2 - 2
.tmux.conf

@@ -12,7 +12,7 @@
 # terminal type, history size, env
 #
 set -g default-terminal "screen-256color"
-set -g history-limit 1000
+set -g history-limit 102400
 set -g update-environment "DISPLAY WINDOWID SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
 #set -g terminal-overrides 'xterm*:smcup@:rmcup@'
 setw -g mode-mouse off
@@ -29,7 +29,7 @@ set -g prefix C-a
 #
 bind-key C-a last-window
 
-### Some shotcuts ###
+### Some shortcuts ###
 #
 # quickly reload config file
 #