Joined May 2012
·
Posted to
Vim stuff everyone should know about
over 1 year
ago
- map caps -> ctrl iff there's not a Sun Type 5 or 6 keyboard available... but they're so cheap on Ebay, why wouldn't you have a few?
Achievements
155 Karma
3,411 Total ProTip Views
Komodo Dragon
Have at least one original repo where Java is the dominant language
T-Rex 3
Have at least three original repos where C is the dominant language
Narwhal 3
Have at least three original repos where Clojure is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Narwhal
Have at least one original repo where Clojure 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 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
Or for specifically commented-out code (as opposed to "deliberate" comments) in Lisp:
git grep -c '^\s*;.*(' | sort -n -t: -k2 -r | head