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'