summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2023-04-18 18:33:14 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2023-04-18 18:33:14 -0400
commit737a809d2fc5596b92dc9cc48efaa5cb57c69db2 (patch)
tree4d8b06ecd5994d5fd8d1c1f1aadfd46bf1c74b59 /.config/tmux/tmux.conf
parentffaf1ddae54b8ea5826f6ae1130d408e2e420918 (diff)
modified tmux scroll buffer limit
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf3
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