Wednesday, April 9, 2008

Learned some git stuff. Installed git in work computer (Windows)

I just skimmed through this:
http://tomayko.com/writings/the-thing-about-git
I should read it again when I use git more intensively.

vim:
I have to use f more often.
I forgot ^r

vim tips learned:
J - join two lines
H, M, L - home,middle,last
zt, zz, zb
using /xxx\> to search for words ending with xxx. likewise \<
D = d$
In visual mode, use o to change the other end (wow!) another o gets you back

No comments: