As I sat down in front of the computer today and started reading the identi.ca backlog I came across this gem, which lead here, about how to turn Vim into a Python IDE. The blogpost itself contained many useful tips/tricks (the code folding script being on the top of that list), but as is often the case, the really cool stuff gets unearthed in the comments, like this one about snipMate. Also, excellent video presentation is excellent!
That post also lead me to another post on that blog which inspired me to finally start looking into ctags, which is a two step installation, one being installing the package exuberant-ctags from the repository, and the other fetching this script.
All I need to do now is try to learn the key mappings M^e, f, M^f, and TT/F4 ;D oh, and to tab a lot ;D
Related posts:
- 2011w26 How silly of me… I totally forgot to publish last...
- 2011w29 vim and ctags I’ve been meaning to look into ctags...
- 2011w21 timetrack I have come up with a way to achieve...
- 2011w40 This week I got to do some real work! Felt...
- awk, filtering and counting Suppose that you have a file containing some structured data,...
Related posts brought to you by Yet Another Related Posts Plugin.
