Tmux plugin that allows you to perform a fulltext search across the live contents of all panes in all windows in all running sessions.
Hit prefix + @open_search_panes_key (default: v), enter regex to search for.
Plugin finds all panes in all windows/sessions containing the expression, then opens a live search (fzf) with previews to further drill down into the results.
Hit Enter to open the selected pane, or Escape to abort.
Using TPM
Add this line to your ~/.tmux.conf
set -g @plugin 'multi-io/tmux-search-panes'Reload configuration, then press prefix + I.
Clone the repo somewhere, add run-shell ~/clone/path/tmux-search-panes.tmux to your tmux.conf.
