Reputation: 470
I set meaningful names to new windows I create in gnu screen, but then when I 'cd' or open vim that name gets changed to 'pwd' for instance. Is there a way to prevent screen from changing the title? I know there's a setting like that in tmux, but for some reason vim scrolls really slow in tmux with multiple vertical splits, so I had to abandon it (tmux). Ideas appreciated!
Upvotes: 3
Views: 1336
Reputation: 17701
Add the following line to your .screenrc
if you are using the latest version:
defdynamictitle off
Upvotes: 4