(tmux) increased history buffer size to 10'000

This commit is contained in:
scbj
2025-06-23 16:38:21 +02:00
parent 23124476c6
commit 38074e039e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
format = """
\n\
[╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \
$hostname$username \
[//](bold zx_magenta)\
@@ -14,7 +13,7 @@ $fill$status\
"""
# Disable the blank line at the start of the prompt
add_newline = false
add_newline = true
palette = 'zegonix'

View File

@@ -28,7 +28,7 @@ set-option -g renumber-windows on
set -g status-interval 5
# buffer size
set-option -g history-limit 3000
set-option -g history-limit 10000
# source keymaps
source $HOME/.config/tmux/keymaps.conf