Skip to content

Instantly share code, notes, and snippets.

@btoone
Created April 3, 2012 03:54
Show Gist options
  • Select an option

  • Save btoone/2289164 to your computer and use it in GitHub Desktop.

Select an option

Save btoone/2289164 to your computer and use it in GitHub Desktop.
# Movement on the command line
ctrl + a # move to the beginning of command
ctrl + e # move to the end of the command
ctrl + w # delete one word to the left
ctrl + k # delete all to the right
esc + f # move cursor forward
esc + b # move cursor back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment