diff --git a/README.org b/README.org index 95ce9d8..9c12684 100644 --- a/README.org +++ b/README.org @@ -4087,6 +4087,12 @@ Don't rename windows automatically set-option -g allow-rename off #+END_SRC +**** Display Pane Name + +#+BEGIN_SRC conf :tangle tmux/.tmux.conf +set -g pane-border-status top +#+END_SRC + **** Setup Tmux Plugin Manager #+BEGIN_SRC conf :tangle tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 63653db..18f5478 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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'