-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I just switched to powerlevel10k
recently and noticed that inside tmux pane titles ceased to update.
I have following tmux setup in order to enable pane title update:
set-option -wg automatic-rename on
set-option -wg automatic-rename-format "#{b:pane_title}"
How it worked before (at least with pure
theme):
Enter to tmux session and note PWD, let say it's /home/user/test
.
So with aforementioned tmux setup, its pane title should display test
. Changing dir up one level with cd ..
should change pane title to user
. However it doesn't work with powerlevel10k
theme.
Metadata
Metadata
Assignees
Labels
No labels