tmux-sessionx icon indicating copy to clipboard operation
tmux-sessionx copied to clipboard

pane switcher with working directory of the pane

Open samarth-na opened this issue 1 year ago • 0 comments

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

samarth-na avatar Jan 12 '24 19:01 samarth-na