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: 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: References: <081319f4-4d68-409e-81cb-1f500d5d87f0@googlegroups.com> <20130705230638.GA38521@cskk.homeip.net> From: Joshua Landau Date: Sat, 6 Jul 2013 07:19:06 +0100 Subject: Re: Important features for editors To: rusi Content-Type: text/plain; charset=UTF-8 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On 6 July 2013 06:19, rusi 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 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.