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 12:52:52 -0500

> Machine Type: i386-redhat-linux-gnu
> 
> Bash Version: 2.04
> Patch Level: 11
> Release Status: release
> 
> Description:
>     Bash maps 'v' to vi_edit_and_execute_command in the vi_movement_keymap,
>     which bothers me considerably.  I can't seem to get rid of it through
>     any manipulations to $INPUTRC, perhaps because that is processed before
>     the 'v' mapping is added.
> 
>     Is there any way to disable this short of hacking and recompiling bash?

bind -m vi-move 'v:self-insert'

-- 
``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]