[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-readline] Esc in vi mode
From: |
Chet Ramey |
Subject: |
Re: [Bug-readline] Esc in vi mode |
Date: |
Mon, 28 Jul 2008 13:04:18 -0400 |
User-agent: |
Thunderbird 2.0.0.16 (Macintosh/20080707) |
Eduardo Suárez wrote:
Just wondering if bind can assign other shortcut to change vi mode
instead the Esc key. In vim, it is usually faster for me to type C-C.
You can bind whatever you like to `vi-movement-mode' in the vi insertion
keymap; something like
bind -m vi-insert '"\C-c":vi-movement-mode'
If you do this, you probably want to use stty to change your interrupt
key to something else.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/