commit 3e7e9880cbd53c9c69a734c11aa9b5b469230982
parent e2e6d52cf3089d0888294b19914301a5851fa9a0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 6 Jun 2014 14:07:55 +0200
increase history limit
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf
@@ -9,6 +9,8 @@ bind-key C-a last-pane # Go to last pane with C-a C-a
set -g default-terminal "screen-256color"
setw -g mode-keys vi
+set -g history-limit 10000
+
# vi-like text yanking in copy mode
unbind [
bind Escape copy-mode