aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-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