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

@ -4087,6 +4087,12 @@ Don't rename windows automatically
set-option -g allow-rename off set-option -g allow-rename off
#+END_SRC #+END_SRC
**** Display Pane Name
#+BEGIN_SRC conf :tangle tmux/.tmux.conf
set -g pane-border-status top
#+END_SRC
**** Setup Tmux Plugin Manager **** Setup Tmux Plugin Manager
#+BEGIN_SRC conf :tangle tmux/.tmux.conf #+BEGIN_SRC conf :tangle tmux/.tmux.conf

View File

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