Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pane switcher with working directory of the pane #32

Open
samarth-na opened this issue Jan 12, 2024 · 0 comments
Open

pane switcher with working directory of the pane #32

samarth-na opened this issue Jan 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@samarth-na
Copy link

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

@omerxx omerxx added the enhancement New feature or request label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants