summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 13e489c..74d5a1e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -87,6 +87,7 @@ set-option -ga terminal-overrides ",xterm-kitty:Tc"
87# List of plugins 87# List of plugins
88set -g @plugin 'tmux-plugins/tpm' 88set -g @plugin 'tmux-plugins/tpm'
89set -g @plugin 'tmux-plugins/tmux-sensible' 89set -g @plugin 'tmux-plugins/tmux-sensible'
90set -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)
92run -b '~/.tmux/plugins/tpm/tpm' 93run -b '~/.tmux/plugins/tpm/tpm'