tmux-sessionx
tmux-sessionx copied to clipboard
pane switcher with working directory of the pane
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