Last active
August 29, 2015 13:56
-
-
Save jarsen/8887833 to your computer and use it in GitHub Desktop.
Cool AppCode Keymappings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My stuff is all based off the Xcode keymap—it helps you start with a little bit of familiarity. | |
Run is weird in appcode, cause it doesn't hit the breakpoints like Xcode's run does. What you want is Debug. | |
I have mapped Debug to ⌘+R, and Debug... to ⌘+⇧+R (Debug... is awesome!) (Also if you hold shift when you are in the Debug... menu you can run instead of debug) | |
I have remapped ⌘+T to Class... Effectively this allows me to open new tabs a la Sublime style where you hit command t for a new tab, and then enter the class name you want to open in that tab. | |
I don't like a lot of the ⌘+1 through ⌘+9 windows the way they are. I picked the ones I like and then remapped them to the lower keys for the ones I like to use a lot. I also hid all the tool window bars. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment