From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 04:38:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CAAA106566C for ; Fri, 14 Mar 2008 04:38:54 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 38A168FC28 for ; Fri, 14 Mar 2008 04:38:54 +0000 (UTC) (envelope-from troy@twisted.net) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 36D1CFC49CB for ; Thu, 13 Mar 2008 23:22:50 -0500 (CDT) X-Virus-Scanned: by amavisd-new at twisted.net Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0d5C9eVyzTmX for ; Thu, 13 Mar 2008 23:22:49 -0500 (CDT) Received: by oz.twisted.net (Postfix, from userid 1001) id 7264AFC49AA; Thu, 13 Mar 2008 23:22:49 -0500 (CDT) Date: Thu, 13 Mar 2008 23:22:48 -0500 From: Troy To: freebsd-questions@freebsd.org Message-ID: <20080314042248.GA47391@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Vim insert mode requires 'i' three times X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 04:38:54 -0000 I'm not sure if anyone has seen this but it started a few months ago. When I startup vim I have to hit 'i' three times to get it to go into insert mode. I started troubleshooting my .vimrc file and figured out that as long as I have a .vimrc file, even if it's completely blank it exhibits this behavior. I notice that there is a 'c' letter in the buffer upon startup but again there is nothing that is in the .vimrc file that is causing this to load. If I delete the .vimrc file and start the program, I can hit 'i' once and it will go into insert mode like it's supposed to. I have had this problem on 6.3 and just upgraded to 7.0 and it still is there. This is happening on two different FreeBSD machines. One machine is running: vim+ruby-7.1.242_5 vim-lite-7.1.242 Anyone have any idea why this is happening? -Troy