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

[plugin] :tabmattach command (attaches matching tabs to another window) #190

Open
alphapapa opened this issue Oct 23, 2016 · 0 comments
Open

Comments

@alphapapa
Copy link
Contributor

I often find myself wanting to move multiple tabs from a single web site to another window, but doing it tab-by-tab is cumbersome, so I hacked up this plugin: https://github.com/alphapapa/pentadactyl-tabmattach/blob/master/tabmattach.js It allows matching by tab name, so for example, if there are several GitHub tabs open, you can do :tabmattach github 1 to move them all to window 1.

  • The command name is kind of silly, a combination of "match" and "attach", but it gets the point across.
  • It would be nice to match windows by name instead of number. This does complete by window name, but the user must press tab to complete the name into the window number. It would be nice if that could work without having to press tab if the match is unambiguous.
  • It would be even better to make the :tabattach command handle matching multiple tabs with a string, but I'm not much of a JS hacker, so this is at least a start.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant