From fefcf59feb1f1fc6a001b2302cc80cf7b49855ca Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Tue, 18 Apr 2023 20:42:37 +0200 Subject: [PATCH] feat(tmux): remove plugins --- tmux/tmux.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 617df9c..8dc44d4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -71,18 +71,7 @@ set-window-option -g mode-style fg=default,bg=colour250 set-window-option -g clock-mode-colour colour75 set-window-option -g clock-mode-style 24 -# Plugins +# Colors set-option -g @prefix_highlight_fg 'colour255' set-option -g @prefix_highlight_bg 'colour75' set-option -g @prefix_highlight_copy_mode_attr 'fg=colour255,bg=colour176' - -## TMUX Plugins -if "test ! -d ~/.tmux/plugins/tpm" \ - "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" - -set -g @plugin 'tmux-plugins/tpm' - -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @resurrect-strategy-vim 'session' - -run '~/.tmux/plugins/tpm/tpm'