-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add hotkey to switch tabs #186
Comments
I totally agree with tabs switching ! Thanks |
Yes, a much needed feature that's becoming standard in apps that provide tabs. |
There's My vote for cmder minimize/restore is |
@Jackbennett Ctrl-Page Up / Ctrl-Page Down are pretty standard in Windows tabbed apps: Chrome, Firefox, Notepad++, foobar2000, and many more. |
I totally agree with tabs switching ! ctrl+tab is useless because it is not opening tabs in order |
This will be done for 1.2. |
Great, thanks a lot! |
I've move the milestone to 1.3 for now. |
+1 |
Moving the active tab is already in there: Win+Alt+Left/Right (can be remapped in Keys&Macros) And CTRL+Tab functionality can be set to move to adjecent tabs by unchecking "Recent mode" in Main->Tabs in settings. Next and Previous tab can also be remapped. |
Mapping Ctrl + PageUp / Ctrl + PageDown to move between tabs can be done with macros: Ctrl + PageUp => Tab(4, -1); Tab(1); |
Pending PR Decision then. |
I hope this helps others... I added @rgeminas's macros by finding available Macro slots (12 and 13 in my case): But then I got this error: So then I removed the conflicting macros by hitting the backspace key in the Once I did that, CTRL-PgUp / CTRL-PgDown worked for tab switching. |
Adding CTRL-PgUp / CTRL-PgDown for tab switching is super convenient, I wonder why this has not been added to the default configuration yet. |
Thanks for the help on here! |
CTRL+Tab and CTRL+Shift+Tab are mapped for tab switching |
Please add the hotkeys Ctrl+PgUp/Ctrl+PgDn to move between tabs in the console.
More hotkeys if possible:
.) Ctrl+Shift+PgUp/PgDn -> move tab's position
.) Hot key to open Cygwin console (or console of choice)
.) Hot key to rename tab
Thank you!
The text was updated successfully, but these errors were encountered: