Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50046
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joshua.landau.ws@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.052 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.00; 'insert': 0.05; 'referring': 0.07; 'exit': 0.09; 'subject:features': 0.09; 'cc:addr:python-list': 0.11; '*standard': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'cc:addr:python.org': 0.22; 'tells': 0.24; 'cc:2**0': 0.24; 'second': 0.26; 'post': 0.26; 'least': 0.26; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'rest': 0.29; "doesn't": 0.30; 'mode': 0.30; 'message-id:@mail.gmail.com': 0.30; 'prints': 0.31; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'how': 0.40; 'easy': 0.60; 'lost': 0.61; 'times': 0.62; 'july': 0.63; 'subject:Important': 0.65; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'default': 0.69; 'rusi': 0.91; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=LoTFYn0G8g1G8rgPUkjCLHxxvOzf/ofOYFEsac+rlBk=; b=i0xZEfku0gXgr1t0hCvF3AsDUKdp1ayVGIRIJZNudki5LGCH22HwnqYs86zMxj2zVv Tb9l0NbqMRs6PJTcvISR4/tjAfRHimx5CGsmMlTklZECVqwadZ0jic7/LaRS+C+e/4kM iSrsAhDl2fQi2xMKRxAa93klywp6aAG0VLq4uxFU9PtT1QlLB9gFHkfTd01q1nEJjj/M Uda9xuRaabB+Bm0/ke5ujXORvTF5JrKpDOnEthE0AZXFYS8axjCNY3BuUO4mfHrHA8CS RUTokWFy24Lx+udb7TqlM0WvvY67yTh60zQOKHZxtRDLp6qryqMmgoeagl+AiCXXQXP9 +2KQ== |
| X-Received | by 10.112.52.97 with SMTP id s1mr6903350lbo.8.1373091586729; Fri, 05 Jul 2013 23:19:46 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <b86b57b7-4739-43f0-8e0a-c41b14a16d67@googlegroups.com> |
| References | <081319f4-4d68-409e-81cb-1f500d5d87f0@googlegroups.com> <20130705230638.GA38521@cskk.homeip.net> <mailman.4323.1373080433.3114.python-list@python.org> <roy-10D13B.23251005072013@70-1-84-166.pools.spcsdns.net> <mailman.4324.1373085694.3114.python-list@python.org> <b86b57b7-4739-43f0-8e0a-c41b14a16d67@googlegroups.com> |
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | Sat, 6 Jul 2013 07:19:06 +0100 |
| Subject | Re: Important features for editors |
| To | rusi <rustompmody@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4326.1373091594.3114.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1373091594 news.xs4all.nl 16008 [2001:888:2000:d::a6]:37571 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:50046 |
Show key headers only | View raw
On 6 July 2013 06:19, rusi <rustompmody@gmail.com> wrote: > On Saturday, July 6, 2013 10:05:14 AM UTC+5:30, Joshua Landau wrote: >> 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. > > Dunno what you are referring to. > Out here C-c gets vi out of insert mode > Second (onwards) and it prints > Type :quit<Enter> to exit Vim I know how to quit Vi *now*, but when I didn't it was a pain. It's easy to get lost in a program that doesn't accept the *standard quitting key*. The rest of my post was a demonstration of what my Vi sessions used to look like. Note that Vi != Vim; Vim at least tells you what to do.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Important features for editors cutems93 <ms2597@cornell.edu> - 2013-07-04 00:32 -0700
Re: Important features for editors Νίκος <nikos@superhost.gr> - 2013-07-04 10:59 +0300
Re: Important features for editors Dave Angel <davea@davea.name> - 2013-07-04 04:34 -0400
Re: Important features for editors Νίκος <nikos@superhost.gr> - 2013-07-04 12:14 +0300
Re: Important features for editors Chris Angelico <rosuav@gmail.com> - 2013-07-04 20:03 +1000
Re: Important features for editors Robert Kern <robert.kern@gmail.com> - 2013-07-04 12:01 +0100
Re: Important features for editors Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-04 15:48 +0000
Re: Important features for editors Steve Simmons <square.steve@gmail.com> - 2013-07-04 14:33 +0100
Re: Important features for editors Νίκος Γκρ33κ <nikos@superhost.gr> - 2013-07-04 16:36 +0300
Re: Important features for editors feedthetroll@gmx.de - 2013-07-04 07:03 -0700
Re: Important features for editors rusi <rustompmody@gmail.com> - 2013-07-04 07:02 -0700
Re: Important features for editors Steve Simmons <square.steve@gmail.com> - 2013-07-04 16:35 +0100
Re: Important features for editors Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-04 15:46 +0000
Re: Important features for editors Grant Edwards <invalid@invalid.invalid> - 2013-07-04 18:40 +0000
Re: Important features for editors Ferrous Cranus <nikos@superhost.gr> - 2013-07-04 21:52 +0300
Re: Important features for editors Chris Angelico <rosuav@gmail.com> - 2013-07-05 07:59 +1000
Re: Important features for editors Jason Swails <jason.swails@gmail.com> - 2013-07-04 17:59 -0400
Re: Important features for editors Terry Reedy <tjreedy@udel.edu> - 2013-07-05 03:25 -0400
Re: Important features for editors Grant Edwards <invalid@invalid.invalid> - 2013-07-05 14:11 +0000
Re: Important features for editors Νίκος Gr33k <nikos@superhost.gr> - 2013-07-05 10:41 +0300
Re: Important features for editors feedthetroll@gmx.de - 2013-07-05 01:28 -0700
Re: Important features for editors Dave Angel <davea@davea.name> - 2013-07-04 05:02 -0400
Re: Important features for editors Tim Chase <python.list@tim.thechases.com> - 2013-07-04 08:22 -0500
Re: Important features for editors MRAB <python@mrabarnett.plus.com> - 2013-07-04 15:24 +0100
Re: Important features for editors rurpy@yahoo.com - 2013-07-04 08:56 -0700
Re: Important features for editors Steve Simmons <square.steve@gmail.com> - 2013-07-04 17:14 +0100
Re: Important features for editors William Ray Wing <wrw@mac.com> - 2013-07-04 09:42 -0400
Re: Important features for editors Tim Chase <python.list@tim.thechases.com> - 2013-07-04 16:03 -0500
Re: Important features for editors Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-05 01:38 +0100
Re: Important features for editors Roy Smith <roy@panix.com> - 2013-07-04 21:50 -0400
Re: Important features for editors Cameron Simpson <cs@zip.com.au> - 2013-07-05 12:59 +1000
Re: Important features for editors Dave Angel <davea@davea.name> - 2013-07-04 21:15 -0400
Fwd: Important features for editors Göktuğ Kayaalp <goktug.kayaalp@gmail.com> - 2013-07-04 11:07 +0300
Re: Important features for editors rusi <rustompmody@gmail.com> - 2013-07-05 05:12 -0700
Re: Important features for editors Cameron Simpson <cs@zip.com.au> - 2013-07-06 09:06 +1000
Re: Important features for editors Rustom Mody <rustompmody@gmail.com> - 2013-07-06 08:43 +0530
Re: Important features for editors Roy Smith <roy@panix.com> - 2013-07-05 23:25 -0400
Re: Important features for editors Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-06 05:35 +0100
Re: Important features for editors rusi <rustompmody@gmail.com> - 2013-07-05 22:19 -0700
Re: Important features for editors Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-06 07:19 +0100
Re: Important features for editors Rustom Mody <rustompmody@gmail.com> - 2013-07-06 13:39 +0530
Re: Important features for editors "Eric S. Johansson" <esj@harvee.org> - 2013-07-06 02:52 -0400
Re: Important features for editors jussij@zeusedit.com - 2013-07-07 23:16 -0700
Re: Important features for editors Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-08 06:37 +0000
Re: Important features for editors Skip Montanaro <skip@pobox.com> - 2013-07-08 05:21 -0500
Re: Important features for editors Sivaram Neelakantan <nsivaram.net@gmail.com> - 2013-07-08 19:54 +0530
Re: Important features for editors Skip Montanaro <skip@pobox.com> - 2013-07-08 13:03 -0500
csiph-web