Joined June 2012
·
Achievements
61 Karma
0 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
More info:
This is (lib)readline functionality, and by default it comes with 2 line editing modes, emacs (the default) and vim. So if you know emacs (or don't), you should try these too:
ALT-B and ALT-F (move one word backward and forward)
CTRL-Y (to Yank/Paste what was cut using CTRL-K), and yes it works just like a clipboard.
ALT-D (to remove the next word)
You could also switch libreadline to use the vim shortcuts if vim is your thing. I prefer to get used to the emacs ones since they are the default everywhere.
Enjoy