Selaa lähdekoodia

Increase history limit in tmux.conf

Emmanuel Bouthenot 13 vuotta sitten
vanhempi
commit
fb5524b27a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 #