diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-04-18 18:33:14 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-04-18 18:33:14 -0400 |
| commit | 737a809d2fc5596b92dc9cc48efaa5cb57c69db2 (patch) | |
| tree | 4d8b06ecd5994d5fd8d1c1f1aadfd46bf1c74b59 /.config/tmux/tmux.conf | |
| parent | ffaf1ddae54b8ea5826f6ae1130d408e2e420918 (diff) | |
modified tmux scroll buffer limit
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6741acb..d3698f9 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,8 @@ #set -ga terminal-overrides ",xterm-256color*:Tc" set -s escape-time 0 +set -g mouse on + +set-option -g history-limit 5000 #unbind C-b #set-option -g prefix C-a |
