Skip to content
New issue

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

How to disable auto renaming Pane in tmux? #673

Open
dcDeba opened this issue Sep 15, 2023 · 1 comment
Open

How to disable auto renaming Pane in tmux? #673

dcDeba opened this issue Sep 15, 2023 · 1 comment

Comments

@dcDeba
Copy link

dcDeba commented Sep 15, 2023

My panes are getting renamed to pane_current_path even after setting title to it. I used the below options:

  1. Turned of auto-rename:
    set -g allow-rename off

  2. Reloaded conf file

  3. tmux select-pane -T debug

Please suggest how can I turn off the automatic renaming of tmux panes? I am using csh shell.

@gpakosz
Copy link
Owner

gpakosz commented Dec 3, 2023

Hello @dcDeba 👋

First the allow-rename setting is about window names, not pane titles.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants