Keep the window's name fixed in tmux

Xiezi picture Xiezi · May 18, 2011 · Viewed 41.3k times · Source

I'm new to tmux. I want to keep the windows' name fixed after I rename it. But after I renaming it, they keep changing when I execute the commands.

Is there any way that I can keep them in a static name?

Answer

preaction picture preaction · Nov 30, 2015

As shown in a comment to the main post: set-option -g allow-rename off in your .tmux.conf file