diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 74d0c12..5b2d675 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -136,27 +136,27 @@ bind -T off M-q \ -####################### -# Plugins -####################### - -## List of plugins -set-environment -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CACHE_HOME/tmux/plugins" - -# Tmux Plugin Manager -set -g @plugin 'tmux-plugins/tpm' - -set -g @plugin 'wfxr/tmux-fzf-url' - -set -g @plugin 'fcsonline/tmux-thumbs' -set -g @thumbs-contrast 4 -set -g @thumbs-bg-color 'black' -set -g @thumbs-fg-color 'yellow' -set -g @thumbs-hint-fg-color 'red' -set -g @thumbs-hint-bg-color 'black' -set -g @thumbs-position 'right' -set -g @thumbs-command 'echo -n {} | xsel -ib' - -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run -b "$XDG_CACHE_HOME/tmux/plugins/tpm/tpm" +######################## +## Plugins +######################## +# +### List of plugins +#set-environment -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CACHE_HOME/tmux/plugins" +# +## Tmux Plugin Manager +#set -g @plugin 'tmux-plugins/tpm' +# +#set -g @plugin 'wfxr/tmux-fzf-url' +# +#set -g @plugin 'fcsonline/tmux-thumbs' +#set -g @thumbs-contrast 4 +#set -g @thumbs-bg-color 'black' +#set -g @thumbs-fg-color 'yellow' +#set -g @thumbs-hint-fg-color 'red' +#set -g @thumbs-hint-bg-color 'black' +#set -g @thumbs-position 'right' +#set -g @thumbs-command 'echo -n {} | xsel -ib' +# +## Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +#run -b "$XDG_CACHE_HOME/tmux/plugins/tpm/tpm" {{- end }}