Search code examples
xcode

What's the shortcut to open last closed tab in Xcode


Always talking about Xcode.

Open new tab is command + T Close current tab is command + W

Is there any shortcut to open last closed tab in Xcode (like in any web browser)?


Solution

  • As soon as you close it, press

    Command + Control + ← (left arrow key)
    

    It will re open the closed tab in XCode