Joined October 2012
·
Achievements
99 Karma
0 Total ProTip Views
Forked 20
Have an established project that's been forked at least 20 times
Velociraptor
Have at least one original repo where Perl is the dominant language
Velociraptor 3
Have at least three original repos where Perl is the dominant language
Opabinia
Started social coding on GitHub within 6 months of its first signs of life
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
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
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Nice feature, but here's one scenario of undo that I still didn't solve:
Start up vim. Hit Insert, type two or three words, then press Ctrl-U. It'll delete the line you've just typed.
Can anyone tell me how to undo that and get the line back? :->
PS in bash and other readline-using thingies, I can sometimes use Ctrl-Y as the just-deleted line went to a buffer that Ctrl-Y then yanks. This doesn't work in vim though.