Rainy wrote:
> [snip]
Oh, I see now that F9 designates output buffer. I usually use vim with
a log file and open the log file in a new Vim tab.
-Rainy
--
http://mail.python.org/mailman/listinfo/python-list
Rainy wrote:
> [snip]
Oh, I see now that F9 designates output buffer. I usually use vim with
a log file and open the log file in a new Vim tab.
--
http://mail.python.org/mailman/listinfo/python-list
James Stroud wrote:
> Hello,
>
> I decided that the ultimate python IDE would basically be a vim editor
> with a hotkey or button that ran the currently edited module as
> "__main__", allowing gui (tkinter, wx) windows to spawn etc.
[snip]
Hi James, I'm sure I'm missing something here, but doesn't
Hello,
I decided that the ultimate python IDE would basically be a vim editor
with a hotkey or button that ran the currently edited module as
"__main__", allowing gui (tkinter, wx) windows to spawn etc.
That's it.
I tried the "runscript.vim" plugin which basically promises this, but it
seems