I just started to learn Objective C and here are some Xcode 5 shortcuts that I find useful when just getting started with the Editor.

Move cursor back and forth one word.

Shift + Option + Left/Right arrow

Move cursor up and down one line.

Shift + Option + Up/Down arrow

Delete current line where the cursor is located.

Control + k

Open new tab.

Command + T

Close tab.

Command + W

Switch to left or right tab.

Shift + Command + { or }

Open existing file.

Shift + Command + O

Switch between .m and .h file.

Control + Command + Up/Down arrow keys

Run or Build the app

Command + R

Show/Hide Project Navigator

Command + 0

January 1, 2014


Previous post
Virtualenv and Python Version Want to install a certain version of python in your virtualenv ? Here’s a working example for virtualenv 1.10.1 on Linux 12.04 virtualenv
Next post
Python one liner refactors I like it when I find one liner that make the code better and and faster to understand. The worst one liners are those that force you to twist you