From 89d768d021369768606c5529eabe90b9933ad8b4 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 4 Apr 2021 16:23:44 +0300 Subject: Add tmux plugins --- .tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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 set -g default-terminal "tmux-256color" set-option -ga terminal-overrides ",xterm-kitty:Tc" +############# +# plugins # +############# + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @plugin 'laktak/extrakto' + +set -g @sidebar-tree-command 'tree -C' run -b '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3-70-g09d2