Add pane name to tmux config
This commit is contained in:
parent
98648bbedd
commit
142da350b7
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user