Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac - Keyboard shortcut for cycling through tabs in Xcode, Terminal, Safari, Firefox

I'm running Xcode 4.4 on Mountain Lion.

Is there a keyboard shortcut for cycling through open tabs in a window?

I know that COMMAND+` cycles through the Xcode windows, but I want to cycle through tabs.

Is there a keyboard shortcut for this?

like image 632
Darren Avatar asked Aug 31 '12 19:08

Darren


2 Answers

This works for Terminal, Xcode, Safari, Firefox, and probably many others:

Previous Tab: COMMAND+{

Next Tab: COMMAND+}

It's easy to remember:

  • the braces point left and right (towards the tabs they activate)
  • the keys are positioned conveniently next to each other on the keyboard.
like image 52
jahroy Avatar answered Oct 13 '22 00:10

jahroy


enter image description here

Model.m to AttachmentFile.swift tab use: ctrl + tab ; ctrl + shift + tab to go backwards

Model.m to Entitlement.swift mini tab use: cmd + shift + { or }

To other window of Xcode use: cmd + ~

like image 22
candyline Avatar answered Oct 13 '22 00:10

candyline