Monday, August 28, 2006

vim7 code completion for python

vim7

Some notes about the new features that interest me.
http://www.flickr.com/photos/tags/vim7

Open in tabs:

 vim -p filename1 filname2
:tabe filename
To move between tabs:
 gt

Omnicompletion whilst programming:

 CTRL-X CTRL-O
Spell checking:
 :setlocal spell spelllang=en_gb
Highlighted words are probably incorrect.
 ]s - move to next spelling error
z= - spelling suggestion

No comments: