Add pane name to tmux config
This commit is contained in:
@@ -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
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user