Browse Source

Add tmux plugin: resurrect

pull/4/head
Ein Verne 4 years ago
parent
commit
bfe1672cbb
No known key found for this signature in database
GPG Key ID: F80B65F734D9DD7D
  1. 1
      tmux/.tmux.conf

1
tmux/.tmux.conf

@ -163,6 +163,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# Other examples: # Other examples:
# set -g @plugin 'github_username/plugin_name' # set -g @plugin 'github_username/plugin_name'

Loading…
Cancel
Save