Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Run A Command To Set The Title Of tmux Panes

This is still a work in progress. It's a good start but there might be some bumps

Borders and titles can be added to tmux panes. I find the titles especially useful for keeping track of what things are in each pane.

Here's what I'm using currently. (which includes changing the border line style and setting the colors)

set -g pane-border-status top
set -g pane-border-lines double
set -g pane-border-style fg=#447755
set -g pane-active-border-style fg=#447755
set -g pane-border-format " #(echo 'hello world') "

It looks like env vars work too (e.g. [TODO: Code shorthand span ] )

However, I was trying to get [TODO: Code shorthand span ] to work and it's not. On my mac running macOS 12.x it sticks with the directory I opened tmux in.

See also : 2szwu3lo