New to Vim and Vim-Python

Roland Puntaier Roland.Puntaier at br-automation.com
Thu Oct 25 05:51:36 EDT 2007


> I am new to using Vim's scripts.
> 
> I was wondering if anyone uses Vim-Python and how to use it?   This
> includes things like key bindings and such.

I have keys mapped
- to execute the current line and return its result (F2)
- to execute the visual selection within a line and return its result (F4)
- to execute the current visual selection over more lines (F3)
- to open a window named pyout where the results are written (F5), else 
they are on the bottom line

This way I can quickly check whether the python lines I wrote are OK 
without leaving the full-fledged editor.

Anyway, I would like to know which other editors or free python IDEs have 
the same possibility. 
There surely are. Can anybody name one/some? Thanks.


 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: _vimrc.zip
Type: application/zip
Size: 2455 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20071025/077fab5b/attachment.zip>


More information about the Python-list mailing list