(tmux) increased history buffer size to 10'000
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
format = """
|
format = """
|
||||||
\n\
|
|
||||||
[╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \
|
[╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta) \
|
||||||
$hostname$username \
|
$hostname$username \
|
||||||
[//](bold zx_magenta)\
|
[//](bold zx_magenta)\
|
||||||
@@ -14,7 +13,7 @@ $fill$status\
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Disable the blank line at the start of the prompt
|
# Disable the blank line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = true
|
||||||
|
|
||||||
palette = 'zegonix'
|
palette = 'zegonix'
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ set-option -g renumber-windows on
|
|||||||
set -g status-interval 5
|
set -g status-interval 5
|
||||||
|
|
||||||
# buffer size
|
# buffer size
|
||||||
set-option -g history-limit 3000
|
set-option -g history-limit 10000
|
||||||
|
|
||||||
# source keymaps
|
# source keymaps
|
||||||
source $HOME/.config/tmux/keymaps.conf
|
source $HOME/.config/tmux/keymaps.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user