From 05e1e7de3e8bd6fb96a691f2da4d09011d5d6b00 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 19 Sep 2018 19:19:45 -0400 Subject: Upp the scrollback limit for the tmux configration --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux.conf b/tmux.conf index 4a10676..b6fb6a7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,6 +20,12 @@ set-option -g allow-rename off bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-selection +# This one is also useful if you don't want to do what is listed above +# bind p paste-buffer + +# Rather large histroy buffer so I don't lose shit +set-option -g history-limit 16000 + # Fix for certian applications such as Nvim set -sg escape-time 0 -- cgit v1.2.3