Created
April 3, 2012 03:54
-
-
Save btoone/2289164 to your computer and use it in GitHub Desktop.
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
| # 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