Created
August 25, 2023 10:02
-
-
Save raveensrk/be2c3374bb84b6b426adc51872dbd5c9 to your computer and use it in GitHub Desktop.
You can have named tmux panes. Add this to ~/.tmux.conf.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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