On Mon, 01 Aug 2005 18:21:08 -0400 Benji York wrote: > Jon Hewer wrote: > > But, if i use Vi, then whenever i want to test some code i have to > > open up python, import the necessary modules and run it - I like the > > idea of developing python in an IDE and just hitting a run button. > > map <F5> :w<CR>:!python %<CR>
Or, probably even better: map <F5> :w<CR>:!xterm -e python -i % &<CR><CR> -- jk -- http://mail.python.org/mailman/listinfo/python-list