From a60d4a8246508ece0839c254e4334ad5aabcc0be Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 4 Sep 2025 02:34:44 +0200 Subject: [PATCH] Increase tmux histroy size --- tmux/dot-tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 3c3a6d4..6776c57 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -9,6 +9,8 @@ setw -g automatic-rename on set-window-option -g xterm-keys on set -sg escape-time 0 +set -g history-limit 5000 + # Setup vi-mode with better keybindings # TODO: Escape does not work properly for leaving setw -g mode-keys vi