From 737a809d2fc5596b92dc9cc48efaa5cb57c69db2 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 18 Apr 2023 18:33:14 -0400 Subject: modified tmux scroll buffer limit --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/tmux') 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 -- cgit v1.2.3