From 593a74905bd4998d60523e4bf4b1c783e34aad77 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 14 Jul 2025 00:44:36 +0200 Subject: [PATCH] Added more lines to backlog in .tmux.conf. --- .tmux.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 27b4f568..8576a136 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,11 +1,13 @@ -# Original Source: -# https://github.com/jonasjacek/colorcli +# Original Source: https://github.com/jonasjacek/ # Set prefix key unbind-key C-b bind y send-prefix set -g prefix ^y +# CONFIGURATION +set-option -g history-limit 10000 + # DESIGN: 256 COLOR SUPPORT setw -g default-terminal "screen-256color" @@ -63,3 +65,4 @@ set -g status-right '' setw -g window-status-bell-style fg=red,bold set-window-option -g window-status-bell-style bg=colour160 +