Linux – Keep the window’s name fixed in tmux

linuxtmux

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?

Best Answer

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