mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
FAQ entry for automatic rename CPU use.
This commit is contained in:
parent
1b036c1ca9
commit
b7c446f051
7
FAQ
7
FAQ
@ -180,3 +180,10 @@ could be used:
|
|||||||
|
|
||||||
In both cases, the status-right option will be set to the string "#(echo
|
In both cases, the status-right option will be set to the string "#(echo
|
||||||
\\(test\\))" and the command executed will be "echo \(test\)".
|
\\(test\\))" and the command executed will be "echo \(test\)".
|
||||||
|
|
||||||
|
* tmux uses too much CPU. What do I do?
|
||||||
|
|
||||||
|
Automatic window renaming may use a lot of CPU, particularly on slow computers:
|
||||||
|
if this is a problem, turn it off with "setw -g automatic-rename off". If this
|
||||||
|
doesn't fix it, please report the problem.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user