tmux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tmux [2025-07-13] – removed - external edit (Unknown date) 127.0.0.1 | tmux [2025-07-13] (current) – [Links] hanez | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== tmux ====== | ||
+ | |||
+ | ===== Increase the scrollback buffer size ===== | ||
+ | |||
+ | Set the following in .tmux.conf: | ||
+ | |||
+ | ``` | ||
+ | set-option -g history-limit 3000 | ||
+ | ``` | ||
+ | |||
+ | Source: [[https:// | ||
+ | |||
+ | ===== Links ===== | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||