aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-09-19 19:19:45 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-09-19 09:19:45 -0400
commit05e1e7de3e8bd6fb96a691f2da4d09011d5d6b00 (patch)
tree4adb1f89a1b6353e2d979112071a97b08c4d222c
parent286117f737847908b9cef299d515ac68b60f8fc1 (diff)
downloaddotfiles-05e1e7de3e8bd6fb96a691f2da4d09011d5d6b00.tar.gz
dotfiles-05e1e7de3e8bd6fb96a691f2da4d09011d5d6b00.tar.xz
Upp the scrollback limit for the tmux configration
-rw-r--r--tmux.conf6
1 files changed, 6 insertions, 0 deletions
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