From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43716 invoked by alias); 2 Sep 2016 21:43:18 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 43706 invoked by uid 89); 2 Sep 2016 21:43:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=vimrc, interfering, dear, Gary X-HELO: mail-yb0-f169.google.com Received: from mail-yb0-f169.google.com (HELO mail-yb0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Sep 2016 21:43:16 +0000 Received: by mail-yb0-f169.google.com with SMTP id d205so21314313ybh.0 for ; Fri, 02 Sep 2016 14:43:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=imECDb3RrxkDPhLA2BOo9QMrWgUpdar2TcZ9E+LmAH0=; b=ZvebkewwyV2MbW+0BJS2iF2xWk0BKz8t3RWwPATm5g68h+iyq2breroo+dK3vN9xLt ST4ezAx90jMJbWO3cdVhCKTNlxWsBpNvQWktCkOp+WomRk20GlwQFFaREwwhBmd94VbI TWAtA42yAmUlQd6OAAlqEJB0S9zdJTmyvZtJyB7iXRyaaobTaGZTH5EenxzgFlEreeoQ qhNsXsQsJgtMi2nRMMOIrP7vNWD5uKgnTd6DQs3ZD+uh48VTJ3nzeY8Pr5Xf4mZxsfX5 44wmAHn/4qw8w8Nlc4Byxda1zTF88bc93wtWu8scN76j9yj3KiQOT9BKFBxNRJPb79QE iUWA== X-Gm-Message-State: AE9vXwNkd3jiIFQc3dQ1eXt1XVGvP0NkLgoiL2FcWNHWjDcx4O9McZVa38y33ExDhEx5JOJ6zY6FdCtMs3Jmdg== X-Received: by 10.37.98.197 with SMTP id w188mr19426299ybb.82.1472852594224; Fri, 02 Sep 2016 14:43:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.56.69 with HTTP; Fri, 2 Sep 2016 14:43:13 -0700 (PDT) From: Felipe Vieira Date: Fri, 02 Sep 2016 21:43:00 -0000 Message-ID: Subject: Re: updated vim broke arrow/delete keys To: cygwin@cygwin.com, garyjohn@spocom.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-09/txt/msg00031.txt.bz2 Dear Gary, you are absolutely right. Vim is not the problem. I did two changes at the same time and indeed tried the vim -u none but maybe did not catch the error. Finally what causes the error is: inoremap no my vimrc. From http://vimdoc.sourceforge.net/htmldoc/map.html: ** A easier way to get a mapping that doesn't produce anything, is to use "". Anyways this is not the expected behavior. Is there some complexity here that I'm not capturing? In theory I'm disabling the key and that's all. Why is it interfering with m arrow keys and the del key? Best regards, -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple