Created
May 2, 2014 00:07
-
-
Save dfischer/15998d9532cdf2904804 to your computer and use it in GitHub Desktop.
Happy hacker keyboard cheat sheet
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
| ctrl + a = beginning of line | |
| ctrl + e = end of line | |
| ctrl + b = one character left in line | |
| ctrl + f = one character forward in line | |
| ctrl + k = kill everything in like (goes into yank) | |
| ctrl + y = output yanked | |
| ctrl + p = previous line | |
| ctrl + n = next line | |
| ctrl + o = split line | |
| control + j = join line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment