Add plugin to tmux conf

This commit is contained in:
flyingscorpio@clevo 2022-07-18 18:56:10 +02:00
parent 4d94014527
commit 864e35d4b7

View file

@ -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'