Ed Singleton wrote:
> My instinct was to try and write a small program similar to vim, but
> in Python. The very basics should be quite easy. If I start a system
> that is very easily expandable then as and when I need further
> functionality I can add it in.
I'd say it's better to either adapt
. I have
not tried it, but someone already developed a vi input mode plugin for it.
Cheers,
Marcin
- Original Message -
From: "Kent Johnson" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, September 23, 2005 9:52 AM
Subject: Re: [Tutor] Remaking Vim in Python (was Python Editors)
Ed Singleton wrote:
> I'd like a little advice on whether I'm being really stupid here.
>
> Having researched editors and stuff, I've not quite found what I'm
> looking for, though Vim comes close (except that it's extremely
> difficult to work out what to do with it).
>
> My instinct was to try
I'd like a little advice on whether I'm being really stupid here.
Having researched editors and stuff, I've not quite found what I'm
looking for, though Vim comes close (except that it's extremely
difficult to work out what to do with it).
My instinct was to try and write a small program similar