Skip to content

Instantly share code, notes, and snippets.

@dfischer
Created May 2, 2014 00:07
Show Gist options
  • Select an option

  • Save dfischer/15998d9532cdf2904804 to your computer and use it in GitHub Desktop.

Select an option

Save dfischer/15998d9532cdf2904804 to your computer and use it in GitHub Desktop.
Happy hacker keyboard cheat sheet
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