Joined May 2012
·
Posted to
Bootstrap without all the debt
over 1 year
ago
You can also use LESS, and use Bootstrap's LESS files and mixins.
Posted to
Create your work report using Git Log
over 1 year
ago
I've never been asked for an activity report, but this is awesome. I'm putting this in my global config just for me!
Posted to
Python : container destructuration pattern snippet
over 1 year
ago
If your only goal is to make it a one-liner, you can do signal, args = command.pop[0], command
, or signal, args = command[0], command[1:]
.
Achievements
597 Karma
66,746 Total ProTip Views
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 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
You should mention the default behavior of these mappings so people know what they will lose (or have to remap).
Also, I find it more useful to map Ctrl + j/k/h/l to moving around split panes, which I spend a lot of time doing.