From owner-freebsd-questions Wed Apr 10 15:31:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15631 for questions-outgoing; Wed, 10 Apr 1996 15:31:51 -0700 (PDT) Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA15623 for ; Wed, 10 Apr 1996 15:31:48 -0700 (PDT) Received: from london.physics.purdue.edu (localhost.physics.purdue.edu [127.0.0.1]) by london.physics.purdue.edu (8.7.1/3.1ld) with ESMTP id RAA07681; Wed, 10 Apr 1996 17:32:32 -0500 (EST) Message-Id: <199604102232.RAA07681@london.physics.purdue.edu> To: Gabor Zahemszky cc: freebsd-questions@freebsd.org Subject: Re: Extra macros in vi From: "Andrew J. Korty" In-reply-to: Gabor Zahemszky X-Mailer: MH 6.8.3 #6[UCI] (london.physics.purdue.edu) X-Received: Wed, 10 Apr 1996 14:29:28 GMT X-Message-ID: <199604101429.OAA03557@CoDe.CoDe.hu> Date: Wed, 10 Apr 1996 17:32:32 -0500 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199604101429.OAA03557@CoDe.CoDe.hu> Gabor Zahemszky writes: > > > > Does anyone know how to unmap the extra macros (the arrow keys, Home, > > End, etc.) in vi? I tried simply :unmap-ping them, but that didn't > > work. It's not that they're not useful, I just can't stand the pause > > after pressing the escape key. I suppose I could just shorten > > "keytime", but that's not really a solution ... > > 1. > I can unmap them: (eg, the up arrow:) > :unmap ^V > :unmap! ^V Yes, but can you do it from .exrc? It appears that these are mapped *after* .exrc is read ... Andy