====== tmux ====== ===== Increase the scrollback buffer size ===== Set the following in .tmux.conf: ``` set-option -g history-limit 3000 ``` Source: [[https://stackoverflow.com/questions/18760281/how-do-i-increase-the-scrollback-buffer-size-in-tmux]] ===== Links ===== * [[https://www.howtogeek.com/671422/how-to-use-tmux-on-linux-and-why-its-better-than-screen/|How to Use tmux on Linux (and Why It’s Better Than Screen)]] * [[https://superuser.com/questions/209437/how-do-i-scroll-in-tmux|How do I scroll in tmux?]] * [[https://superuser.com/questions/777269/how-to-close-a-tmux-session|How to close a tmux session]] * [[https://stackoverflow.com/questions/23403368/how-can-i-reattach-to-tmux-process|How can I reattach to tmux process]]