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 wa
# set-window-option -g automatic-rename off set-option -g allow-rename off
Comment the first one, and set the second one, in the ~/.tmux.conf It works for me.