tmux scrollback

This commit is contained in:
Fabian Becker 2023-12-10 16:16:29 +01:00
parent 2b3c42121a
commit aa9c3bd488

View File

@ -50,7 +50,7 @@ set -g @resurrect-processes '~julia'
####################################################### #######################################################
# Increase scrollback buffer size # Increase scrollback buffer size
set -g history-limit 5000 set -g history-limit 50000
###################################################################### ######################################################################
# END OF PLUGINS # END OF PLUGINS