gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.73k stars 3.34k forks source link

How to disable auto renaming Pane in tmux? #673

Open dcDeba opened 11 months ago

dcDeba commented 11 months ago

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 commented 8 months ago

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.