Important features for editors

Joshua Landau joshua.landau.ws at gmail.com
Sat Jul 6 00:35:14 EDT 2013


On 6 July 2013 04:25, Roy Smith <roy at panix.com> wrote:
> In article <mailman.4323.1373080433.3114.python-list at python.org>,
>  Rustom Mody <rustompmody at gmail.com> wrote:
>
>> > I'm a vi user. Once I mastered "hit ESC by reflex when you pause
>> > typing an insert" I was never confused above which mode I was in.
>> >
>> > And now my fingers know vi.
>
> All the vi you need to know:
>
> <esc> : q ! <return>

I never got why Vi doesn't support Ctrl-C by default -- it's not like
it's a used key-combination and it would have helped me so many times
when I was younger.

:^C
Interrupt
:^C
Interrupt
:^C
Interrupt
:^C
Interrupt
:
At end-of-file
:
At end-of-file
:
At end-of-file
:
At end-of-file
:^C
Interrupt
:
At end-of-file
:^C
Interrupt
:
At end-of-file
:^C
Interrupt
:^C
Interrupt
:



More information about the Python-list mailing list