Add pane name to tmux config

This commit is contained in:
Sravan Balaji
2025-01-08 18:56:26 -05:00
parent 98648bbedd
commit 142da350b7
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ set -g mouse on
set-option -g allow-rename off
set -g pane-border-status top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'