tmux: comment out tpm (plugin) related stuff

This commit is contained in:
inkch 2025-01-14 19:10:33 +09:00
parent d0ac25ce86
commit 0cb140bfdd

View File

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