From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 05:24:18 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E94191065670 for ; Thu, 5 Nov 2009 05:24:18 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from smtp2.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id C14238FC1B for ; Thu, 5 Nov 2009 05:24:18 +0000 (UTC) Received: (qmail 25818 invoked from network); 4 Nov 2009 20:37:37 -0800 Received: by simscan 1.1.0 ppid: 25779, pid: 25783, t: 2.1917s scanners: regex: 1.1.0 attach: 1.1.0 spam: 3.1.7-deb X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on smtp2.surewest.net. X-Spam-Level: X-Spam-Status: No, score=0.0 required=13.5 tests=none autolearn=disabled version=3.1.7-deb X-Spam-CMAE-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=glAMrLlAseGyQxAISwUA:9 a=eni6NhM5CGL3n8Dlnr8A:7 a=N9svUXIP8Zdhp1SPcaYtRlNDVc4A:4 a=Sllw8v0m4fwA:10 a=SV7veod9ZcQA:10 Received: from unknown (HELO blacklamb.mykitchentable.net) (69.62.230.77) by smtp2 with SMTP; 4 Nov 2009 20:37:35 -0800 Received: from [127.0.0.1] (unknown [192.168.2.3]) by blacklamb.mykitchentable.net (Postfix) with ESMTPA id C26A3165479; Wed, 4 Nov 2009 20:57:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mykitchentable.net; s=default; t=1257397055; bh=qDZ0x7EajuJBHtP/7JMIhfRQklwvYFl5ALc96Jd7wg0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=4tObzwzFd5Mc9YSbDpDClDJzjRPkXoKPH/nAtaz+FH5d1EZzxt/3gasqRHle0/5cM 4Z3TMJifC9p6GVXN70Do4j07t8bCyPjsj12IlCo2sA5YIs+C450kpGgzbroqlk58hs fCB38dqhd6XeSx5pO5nBWD1yyyjX6Dvvk8mmJqLE= Message-ID: <4AF25B3B.6070303@mykitchentable.net> Date: Wed, 04 Nov 2009 20:57:31 -0800 From: Drew Tomlinson User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: patrick References: <4AEC8E77.40704@mykitchentable.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 091104-1, 11/04/2009), Outbound message X-Antivirus-Status: Clean Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 05:24:19 -0000 patrick wrote: > Try creating /usr/local/share/vim/vimrc with the following: > > set nomodeline > set nocompatible > Thanks. nocompatible was already there. I added nomodeline but the problem persists. Cheers, Drew > On Sat, Oct 31, 2009 at 12:22 PM, Drew Tomlinson > wrote: > >> I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on >> FBSD 7. Whenever I start vim, if I press the down arrow as the first key, >> it deletes the first line of my file and enters insert mode. All the other >> keys work fine and even the down arrow works fine after the first press. >> >> I've searched for help but haven't turned up anything relevant. Any ideas >> on what I can check? >> >> Thanks, >> >> Drew >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> > >