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

Add hotkey to switch tabs #186

Closed
lnguyen639 opened this issue Apr 28, 2014 · 16 comments
Closed

Add hotkey to switch tabs #186

lnguyen639 opened this issue Apr 28, 2014 · 16 comments
Assignees
Milestone

Comments

@lnguyen639
Copy link

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!

@La-toile-cosmique
Copy link

I totally agree with tabs switching !

Thanks

@ghost
Copy link

ghost commented Jul 20, 2014

Yes, a much needed feature that's becoming standard in apps that provide tabs.

@Jackbennett
Copy link
Contributor

There's ctrl+tab and ctrl+shift+tab to match the web brosers. Personally I prefer using tab.

My vote for cmder minimize/restore is ctrl+#. I think that's default in conemu but cmder unbinds it.

@ghost
Copy link

ghost commented Jul 26, 2014

@Jackbennett Ctrl-Page Up / Ctrl-Page Down are pretty standard in Windows tabbed apps: Chrome, Firefox, Notepad++, foobar2000, and many more.

@pavlovt
Copy link

pavlovt commented Aug 12, 2014

I totally agree with tabs switching !

ctrl+tab is useless because it is not opening tabs in order

@MartiUK MartiUK added this to the 1.2 milestone Aug 12, 2014
@MartiUK
Copy link
Member

MartiUK commented Aug 15, 2014

This will be done for 1.2.

@pavlovt
Copy link

pavlovt commented Aug 16, 2014

Great, thanks a lot!

@MartiUK MartiUK modified the milestones: 1.3, 1.2 Jan 22, 2015
@MartiUK
Copy link
Member

MartiUK commented Jan 22, 2015

I've move the milestone to 1.3 for now.

@DoCode
Copy link
Contributor

DoCode commented Feb 11, 2015

+1

@Morten242
Copy link

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.

@ghost
Copy link

ghost commented Nov 4, 2015

Mapping Ctrl + PageUp / Ctrl + PageDown to move between tabs can be done with macros:

Ctrl + PageUp => Tab(4, -1); Tab(1);
Ctrl + PageDown => Tab(4, 1); Tab(1);

@Jackbennett
Copy link
Contributor

Pending PR Decision then.

@johnnyoshika
Copy link

johnnyoshika commented Apr 8, 2018

I hope this helps others...

I added @rgeminas's macros by finding available Macro slots (12 and 13 in my case):

image

But then I got this error:

image

So then I removed the conflicting macros by hitting the backspace key in the Choose hotkey: textbox:

image

Once I did that, CTRL-PgUp / CTRL-PgDown worked for tab switching.

@lucatrv
Copy link

lucatrv commented Jan 1, 2019

Adding CTRL-PgUp / CTRL-PgDown for tab switching is super convenient, I wonder why this has not been added to the default configuration yet.

@slugmandrew
Copy link

Thanks for the help on here!

@kristianperkins
Copy link

CTRL+Tab and CTRL+Shift+Tab are mapped for tab switching

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests