From acfacab74ef4720853c5667b78d6e645e1b20879 Mon Sep 17 00:00:00 2001 From: Yax Date: Tue, 13 Jan 2026 19:22:59 +0100 Subject: [PATCH] Add flash-copy plugin. Find with Shift+f --- dot_tmux.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index a01942f..83588e2 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -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'