Remove session backup and restore plugin

Use '@' to search across panes
This commit is contained in:
Yax 2026-03-27 15:49:53 +01:00
parent eaf6f109d4
commit 8b768597ed

View file

@ -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" \