Skip to content

multi-io/tmux-search-panes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fulltext Search Across All Tmux Panes

Tmux plugin that allows you to perform a fulltext search across the live contents of all panes in all windows in all running sessions.

tmux-search-panes Demo GIF

Usage

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.

Installation

Requirements

Using TPM

Add this line to your ~/.tmux.conf

set -g @plugin 'multi-io/tmux-search-panes'

Reload configuration, then press prefix + I.

Manually

Clone the repo somewhere, add run-shell ~/clone/path/tmux-search-panes.tmux to your tmux.conf.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages