Joined March 2012
·
Achievements
133 Karma
0 Total ProTip Views
Komodo Dragon
Have at least one original repo where Java is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Bear 3
Have at least three original repos where Objective-C is the dominant language
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
Mongoose
Have at least one original repo where Ruby is the dominant language
Bear
Have at least one original repo where Objective-C is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Epidexipteryx 3
Have at least three original repo where C++ is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
I just
set -o vi
(orset editing-mode vi
on my.inputrc
). Replaces all the bindings mentioned above with vi ones. To fix this particular typo: ESC 0 fr rt (spaces added for readability)ESC: enter editing mode
0: go to start of line
fr: goto first r (the r in 'gir'), alternatively ll (right, right)
rt: replace letter with t
A mouthful indeed, but second nature if you're used to vim. A primary advantage is that your hands don't have to leave the home position in search of arrow keys or what not...