Increase tmux history size

This commit is contained in:
Kevin Cotugno 2019-08-29 14:18:14 -07:00
parent 22784efcde
commit cf0d66c85f

View File

@ -1,6 +1,7 @@
set -g prefix C-k
set -g escape-time 20
set -g mouse on
set -g history-limit 1000000
bind-key C-k send-prefix
unbind C-b