summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 56e05ea..e0ff871 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -79,8 +79,17 @@ set -g visual-activity on
79set -g default-terminal "tmux-256color" 79set -g default-terminal "tmux-256color"
80set-option -ga terminal-overrides ",xterm-kitty:Tc" 80set-option -ga terminal-overrides ",xterm-kitty:Tc"
81 81
82#############
83# plugins #
84#############
85
82set -g @plugin 'tmux-plugins/tpm' 86set -g @plugin 'tmux-plugins/tpm'
83set -g @plugin 'tmux-plugins/tmux-yank' 87set -g @plugin 'tmux-plugins/tmux-yank'
88set -g @plugin 'tmux-plugins/tmux-resurrect'
89set -g @plugin 'tmux-plugins/tmux-continuum'
90set -g @plugin 'laktak/extrakto'
91
92set -g @sidebar-tree-command 'tree -C'
84 93
85 94
86run -b '~/.tmux/plugins/tpm/tpm' 95run -b '~/.tmux/plugins/tpm/tpm'