0

I would like to give fix name different tmux pane title but whenever I move to a different directory tmux just replace pane name that I have define with something like: 0:username@namespace:~/directory which confusing. Any help?

PHA
  • 1,588
  • 5
  • 18
  • 37
  • Possible duplicate of [Keep the window's name fixed in tmux](http://stackoverflow.com/questions/6041178/keep-the-windows-name-fixed-in-tmux) – lkraav May 01 '16 at 08:56

1 Answers1

0

I found the answer here The tmux command for this is:

set-option -g allow-rename off
Community
  • 1
  • 1
PHA
  • 1,588
  • 5
  • 18
  • 37