diff options
author | Tharre <tharre3@gmail.com> | 2017-03-08 01:47:55 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-03-08 01:47:55 +0100 |
commit | c42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e (patch) | |
tree | dbd70088c976c5bf5d2a999a5b733933f32b65ce /.tmux.conf | |
parent | f76522697010192b55d6ff610b81978f11f5d291 (diff) | |
download | dotfiles-c42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e.tar.gz dotfiles-c42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e.tar.xz dotfiles-c42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e.zip |
tmux: increase scrollback buffer size
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ set -g default-terminal "screen-256color" set -g base-index 1 # start window numbering with 1 +set-option -g history-limit 100000 + bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" |