From owner-freebsd-questions@FreeBSD.ORG Mon Jun 15 04:18:46 2009 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 59B7D106564A for ; Mon, 15 Jun 2009 04:18:46 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from mail-in03.adhost.com (mail-in03.adhost.com [216.211.128.133]) by mx1.freebsd.org (Postfix) with ESMTP id 401B88FC13 for ; Mon, 15 Jun 2009 04:18:46 +0000 (UTC) (envelope-from mksmith@adhost.com) Received: from ad-exh01.adhost.lan (exchange.adhost.com [216.211.143.69]) by mail-in03.adhost.com (Postfix) with ESMTP id E826BE0481E; Sun, 14 Jun 2009 21:18:44 -0700 (PDT) (envelope-from mksmith@adhost.com) Received: from 192.168.111.7 ([192.168.111.7]) by ad-exh01.adhost.lan ([10.142.0.20]) with Microsoft Exchange Server HTTP-DAV ; Mon, 15 Jun 2009 04:18:42 +0000 User-Agent: Microsoft-Entourage/12.15.0.081119 Date: Sun, 14 Jun 2009 21:18:42 -0700 From: "Michael K. Smith" To: Gary Kline , FreeBSD Questions Message-ID: Thread-Topic: vim question... Thread-Index: AcntcF2lP34ePAc+4U60jbWy0Gji6w== In-Reply-To: <20090615024643.GA33420@thought.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: Subject: Re: vim question... 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: Mon, 15 Jun 2009 04:18:46 -0000 On 6/14/09 7:46 PM, "Gary Kline" wrote: > > > the main reason i don't use vim is because of its [u]ndo > command. as most of you can understand, there are a whole slew > of times when i need to undo something. too often in vim, > hitting 'u' --- sometimes > once accidentally --- has resulted in > a small disaster. [[i have too many current/recent copies of > my working files to do TOO much damage!]] Anyway, is there a > means of setting the undo key to mimic vi/nvi? > > thanks, > > gary > > If you undo something and it was a mistake, just use the period (.). Mike