We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My panes are getting renamed to pane_current_path even after setting title to it. I used the below options:
Turned of auto-rename: set -g allow-rename off
Reloaded conf file
tmux select-pane -T debug
Please suggest how can I turn off the automatic renaming of tmux panes? I am using csh shell.
The text was updated successfully, but these errors were encountered:
Hello @dcDeba 👋
First the allow-rename setting is about window names, not pane titles.
allow-rename
Then can you please share the output of the following command please?
$ tmux show -gv pane-border-format
In any case I don't know any option that would prevent an application from updating the pane title.
Sorry, something went wrong.
No branches or pull requests
My panes are getting renamed to pane_current_path even after setting title to it. I used the below options:
Turned of auto-rename:
set -g allow-rename off
Reloaded conf file
tmux select-pane -T debug
Please suggest how can I turn off the automatic renaming of tmux panes? I am using csh shell.
The text was updated successfully, but these errors were encountered: