From 8b768597edfb1ac9412feef1056f3eb9454f810b Mon Sep 17 00:00:00 2001 From: Yax Date: Fri, 27 Mar 2026 15:49:53 +0100 Subject: [PATCH] Remove session backup and restore plugin Use '@' to search across panes --- dot_tmux.conf.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 5c3e42c..82f1ba8 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -150,10 +150,8 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'fabioluciano/tmux-powerkit' set -g @plugin 'azorng/tmux-smooth-scroll' -# 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 + /) +# tmux-grep: search across all panes (prefix + @) +set -g @grep-key '@' set -g @plugin 'cookiecad/tmux-grep' if "test ! -d ~/.tmux/plugins/tpm" \