tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Window title with both program and path

Open ndom91 opened this issue 1 year ago • 2 comments

I could have sworn at some point I had rose-pine-tmux showing both the path and current program as the window title, but I can't get it to display like this anymore.

So for example, ideally my left half of the status bar would look something like:

(1) 1 -> nvim:/opt/project  |  2 -> ~/Downloads  |  3 -> nvim:/test.txt

Am I just imagining things? I can't get it to display this way any more no matter which flags I toggle :sweat_smile:

I have these two both set to on, which I thought would enable this kind of display ^^

set -g @rose_pine_show_current_program 'on'
set -g @rose_pine_show_pane_directory 'on'

ndom91 avatar Jun 15 '24 17:06 ndom91

Combining this with tmux-window-name (https://github.com/ofirgall/tmux-window-name) seems to have gotten me my desired window names, if anyone else stumbles upon this. Would be cool to be able to do this all in tmux-rose-pine though.

image

ndom91 avatar Jun 15 '24 17:06 ndom91

I don't remember either when it showed both ON the per-window text, but IIRC it's plausible to show it on 2 different places, will have to look into it

mrs4ndman avatar Sep 19 '24 20:09 mrs4ndman