diff options
-rw-r--r-- | .tmux.conf | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -78,11 +78,3 @@ set -g visual-activity on | |||
78 | 78 | ||
79 | set -g default-terminal "xterm-kitty" | 79 | set -g default-terminal "xterm-kitty" |
80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" | 80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" |
81 | |||
82 | # List of plugins | ||
83 | set -g @plugin 'tmux-plugins/tpm' | ||
84 | set -g @plugin 'tmux-plugins/tmux-sensible' | ||
85 | set -g @plugin 'tmux-plugins/tmux-yank' | ||
86 | |||
87 | # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) | ||
88 | run -b '~/.tmux/plugins/tpm/tpm' | ||