From eaf6f109d4746e8bf748e24e4b71cdf7378d7ef9 Mon Sep 17 00:00:00 2001 From: Yax Date: Fri, 13 Mar 2026 07:47:00 +0100 Subject: [PATCH] Add tmux-frost & tmux-grep plugins --- dot_tmux.conf.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 0e98ce8..5c3e42c 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -144,14 +144,17 @@ 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' + +# freeze sessions, thaw them later (prefix + C-s: save all sessions, prefix + C-r: restore from last save) +set -g @plugin 'clanghans/tmux-frost' + +# tmux-grep: search across all panes (prefix + /) +set -g @plugin 'cookiecad/tmux-grep' if "test ! -d ~/.tmux/plugins/tpm" \ "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"