diff options
| -rw-r--r-- | dotfiles/common/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.tmux.conf b/dotfiles/common/.tmux.conf index ea3bc0d..93a3238 100644 --- a/dotfiles/common/.tmux.conf +++ b/dotfiles/common/.tmux.conf @@ -72,7 +72,7 @@ bind C-n next-window bind W last-window # increase scrollback buffer -set-option -g history-limit 50000 +set-option -g history-limit 100000 # don't allow suspending client unbind-key C-z |
