Add flash-copy plugin. Find with <tmux_prefix> Shift+f

This commit is contained in:
Yax 2026-01-13 19:22:59 +01:00
parent f28fec0165
commit acfacab74e

View file

@ -144,10 +144,14 @@ set -g @powerkit_plugin_ssh_format 'indicator'
set -g @powerkit_plugin_memory_show_only_on_threshold 'true'
set -g @powerkit_plugin_memory_cache_ttl '20'
# plugin flash-copy
set -g @flash-copy-auto-paste "off"
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'fabioluciano/tmux-powerkit'
set -g @plugin 'azorng/tmux-smooth-scroll'
set -g @plugin 'kristijan/flash-copy.tmux'
# run tpm
run -b '~/.tmux/plugins/tpm/tpm'