Joined March 2013
·
Posted to
Vim stuff everyone should know about
over 1 year
ago
Good list! I would only rearrange things, something like this:
- vimtutor
- o,O,s,S,i,I,C,a,A keys
- repeat with .
- text objects
- caps –> ctrl (should be definitely before ^o ^a tips)
- ... the rest
Posted to
Magical oh-my-zsh prompt
over 1 year
ago
Cool theme, nice colors! Use it for a while and very happy. Thanks!
Achievements
168 Karma
9,904 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Platypus 3
Have at least three original repo where scala is the dominant language
Platypus
Have at least one original repo where scala 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
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Hi. Probably you want to take a look at the tool I made for tracking time with git in our team: https://github.com/laughedelic/gtm
The idea is simple: once you start working, you turn on the timer, then you can forget about it, because every time you make a commit a time tracking note will be automatically attached to it.
There are more features related to working with github issues, but that's another story..