Re: [Tutor] vim as a python editor

2011-02-08 Thread Paul Griffiths
helps me because I'm a fairly competent touch typist. Every time I need to press Esc on a default keyboard, I have to lift my left hand from the asdf home keys to get at it. This 'breaks the flow' and gets quite annoying after a while. > > On Fri, Jan 7, 2011 at 7:22

Re: [Tutor] Tutor Digest, Vol 83, Issue 22

2011-01-07 Thread Paul Griffiths
Date: Fri, 7 Jan 2011 21:25:08 - > From: "Alan Gauld" > To: tutor@python.org > Subject: Re: [Tutor] vim as a python editor > Message-ID: > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; >reply-type=original > > &qu

Re: [Tutor] vim as a python editor

2011-01-07 Thread Paul Griffiths
On 5 January 2011 11:54, Sean Carolan wrote: > > How have those of you who use vim configured it? I have looked > > on the web but got a bit confused by the advice and options. > > My setup includes: > > autoindent turned on at 4 spaces > ftplugin for "folding" functions like eclipse (this is my

[Tutor] vim as a python editor

2010-12-15 Thread Paul Griffiths
Hi - I'm a beginner at programming and Python. I have been looking for an editor to replace Idle and tried out a few. I liked Geany but decided on vim because I am also learning Linux and the vim skills might be useful. I run Python 2.6.5 on Ubuntu 10.04. How have those of you who use vim config