Created
March 25, 2013 17:43
-
-
Save maxjustus/5239024 to your computer and use it in GitHub Desktop.
OSX built-in text nav
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
Control-A: Go to the beginning of the line | |
Control-E: Go to the end of the line | |
Control-P: Go up to the next line | |
Control-N: Go down to the next line | |
Control-F: Go forward one character | |
Control-B: Bo backward one character | |
Control-K: Delete all text proceeding cursor | |
Control-O: Add a line after current line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment