omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
556 stars 51 forks source link

pane switcher with working directory of the pane #32

Open samarth-nagar opened 5 months ago

samarth-nagar commented 5 months ago

while playing with my own config i've created this

 tmux list-panes -a -F '#{session_name}:#{window_index}.#{pane_index}-#{pane_current_path}' | fzf-tmux -p | cut -d "-" -f 1 |xargs tmux switch-client -t

which lets you search in all of your pane in all of your sessions by the current working dir maybe theres an way to intigrate this in the extention