-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Improve Ctrl-Tab navigation #4350
Comments
In Firefox I use ctrl + 1-8 for this. I think it's best to leave ctrl+tab for its standard usage. Although using ctrl + 1-8(or ctrl + 1-0)does limit the number of tabs you can switch between it would not be an issue if the tabs were rearrangeable. |
Thx for the suggestion. As i recall intellij has ctrl-1/xx for bookmarks. So it looks like a simple thing to do is to have a circular buffer of the latest n entries and then use Ctrl-n to jump directly to the matching file, regardless of where it is located (in my case that also includes jumping to the source file from a library in a different set of tabs - i treat library/sketch as its own set of tabs) |
so I wrote the code to cycle through file and only jumping when ALT is released. turns out it displaying a summary of the possible target (like the ALT-Tab app switcher) for each arrow pressing and only jumping when the right file is selected works fine and is surprisingly convenient: it means one can cycle through the list of files quickly to find the desired file without being delayed by the inertia of actually switching tab. you may want to look into it more closely too |
Thank you for the feedback |
The comments to #195 contained a small detail that has gone un-noticed. It was suggested that it might warrant its own top level entry.
@Scalpel78
@lmihalkovic
The text was updated successfully, but these errors were encountered: