diff options
author | 135e2 <[email protected]> | 2022-06-25 15:42:18 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-06-25 15:42:18 +0800 |
commit | d53a31fed6b31df28f29dd88a224d037171895e4 (patch) | |
tree | f6da87adb1a1e860981dd0140539669e291e78de | |
parent | 417702a2b6f768b39f3ba1c18c0d2716f4949f98 (diff) | |
download | dotfiles-d53a31fed6b31df28f29dd88a224d037171895e4.tar.gz dotfiles-d53a31fed6b31df28f29dd88a224d037171895e4.tar.bz2 dotfiles-d53a31fed6b31df28f29dd88a224d037171895e4.zip |
.tmux.conf.local: update to 20220625
- Enable tmux-plugins
-rw-r--r-- | .tmux.conf.local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index 7270a9a..b6a5d70 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -385,10 +385,10 @@ tmux_conf_uninstall_plugins_on_reload=true # visit https://github.com/tmux-plugins for available plugins #set -g @plugin 'tmux-plugins/tmux-copycat' #set -g @plugin 'tmux-plugins/tmux-cpu' -#set -g @plugin 'tmux-plugins/tmux-resurrect' -#set -g @plugin 'tmux-plugins/tmux-continuum' -#set -g @continuum-restore 'on' - +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @continuum-restore 'on' +set -g @plugin 'tmux-plugins/tmux-open' # -- custom variables ---------------------------------------------------------- |