Add plugin to tmux conf
This commit is contained in:
parent
4d94014527
commit
864e35d4b7
1 changed files with 3 additions and 0 deletions
|
@ -47,3 +47,6 @@ bind -r H resize-pane -L 5
|
|||
bind -r J resize-pane -D 5
|
||||
bind -r K resize-pane -U 5
|
||||
bind -r L resize-pane -R 5
|
||||
|
||||
# plugins
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
|
Loading…
Add table
Reference in a new issue