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