bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't get rid of 'v' mapping in vi mode


From: Chet Ramey
Subject: Re: Can't get rid of 'v' mapping in vi mode
Date: Thu, 28 Dec 2000 13:34:02 -0500

> chet@nike.INS.CWRU.Edu said:
> > bind -m vi-move 'v:self-insert'
> 
> Thanks!  I've never played with "bind", but will enjoy it henceforth.

That was just an example; you probably want

bind -m vi-move -r 'v'

to remove the binding.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]