X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=gB3/ClK8/DCBup+Y7z0Sa72sVdCeh Y/Vnwt/PuO/IJ1utv5dxjp1eDaFsYdxenqKpkdXD9GmlcPKAVodPu49qDpGKLwVA 2APMCNwPSlOoPb1X65YnSbbpV40ng2mWfrFPMD6bGejzddJhjFLxRZEb46Qnm/T0 wgw0IJov1faqS8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=AVbY+bRRY/x+u1ELM5CDYnDllCg=; b=hFc kALPGw40Hm7KQq3ySck0WKDmy4GiK6t7eUafq4Yltw/wxvpHZEHIlJldoTRgDfVK l5Be6zXZpxjtaz07ZbyJlIYatNiCwK1WEDC84hHCc9SFXzmtaOwxjMANb5LfJ0cY Q7FjUn00IRj10hSC0TgNovs5B27aj7iqCi9S8Rw0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 From: Felipe Vieira Date: Fri, 2 Sep 2016 18:43:13 -0300 Message-ID: Subject: Re: updated vim broke arrow/delete keys To: cygwin AT cygwin DOT com, garyjohn AT spocom DOT com Content-Type: text/plain; charset=UTF-8 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