diff options
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ set-option -ga terminal-overrides ",xterm-kitty:Tc" | |||
87 | # List of plugins | 87 | # List of plugins |
88 | set -g @plugin 'tmux-plugins/tpm' | 88 | set -g @plugin 'tmux-plugins/tpm' |
89 | set -g @plugin 'tmux-plugins/tmux-sensible' | 89 | set -g @plugin 'tmux-plugins/tmux-sensible' |
90 | set -g @plugin 'tmux-plugins/tmux-yank' | ||
90 | 91 | ||
91 | # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) | 92 | # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) |
92 | run -b '~/.tmux/plugins/tpm/tpm' | 93 | run -b '~/.tmux/plugins/tpm/tpm' |