Skip to content

Instantly share code, notes, and snippets.

@raveensrk
Created August 25, 2023 10:02
Show Gist options
  • Save raveensrk/be2c3374bb84b6b426adc51872dbd5c9 to your computer and use it in GitHub Desktop.
Save raveensrk/be2c3374bb84b6b426adc51872dbd5c9 to your computer and use it in GitHub Desktop.
You can have named tmux panes. Add this to ~/.tmux.conf.
set -g pane-border-status top
set -g pane-border-format " [ ###P #T ] "
bind-key T command-prompt -p "Enter pane title: " "run-shell 'tmux select-pane -T \"%1\"'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment