Created
August 19, 2012 04:43
-
-
Save gabamnml/3392147 to your computer and use it in GitHub Desktop.
Surf in the terminal
This file contains 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
Go to the end of the line: ctrl+e | |
Go to the beginning of the line: ctrl+a | |
Move by one letters at a time: ctrl+f (ctrl+b to go backwards) | |
Move by word alt+f (alt+b to go backwards) | |
Delete words: alt+d (remember that you need to be in the beginning of the word) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment