Entries Tagged as 'vim'

Thursday, November 12th, 2009

GEEK: talmudic notes in vim?

When reading new code, especially code in a language I’m unfamiliar with, I sometimes have to translate each symbol/method very methodically in order to understand what the code is trying to do. Often, I’ll put my notes in the code as comments. While this helps me, this can make the code more bulky and difficult [...]

Wednesday, August 5th, 2009

GEEK: vimperator questions

Although vimperator is awesome, I’ve run into a couple of snags. For example, I haven’t figured out how to select text. From what I understand, to select text, you enter caret mode by pressing i, then hit v for visual mode, then use the movement keys (hjkl) to select the text. However, when I do [...]

Wednesday, August 5th, 2009

GEEK: My .vimperatorrc file

Vimperator rocks!. My .vimperatorrc file is below the cut. Anybody else use it?