bug of readline's vi keybinding function

2006-04-11 Thread Linsong
Hi, Recently, I want to add some keybindings for vi mode's vi-insert submode, I add the following lines into ~/.inputrc file: set editing-mode vi set keymap vi-insert "\C-A" : beginning-of-line "\C-B" : backward-char "\C-F" : forward-char "\C-E" : end-of-line .

Re: bug of readline's vi keybinding function

2006-04-18 Thread Linsong
Chet Ramey wrote: Hi, Recently, I want to add some keybindings for vi mode's vi-insert submode, I add the following lines into ~/.inputrc file: set editing-mode vi set keymap vi-insert "\C-A" : beginning-of-line "\C-B" : backward-char "\C-F" : forward-char "\C-E"

Re: bug of readline's vi keybinding function

2006-04-25 Thread Linsong
Chet Ramey wrote: Hi, Recently, I want to add some keybindings for vi mode's vi-insert submode, I add the following lines into ~/.inputrc file: set editing-mode vi set keymap vi-insert "\C-A" : beginning-of-line "\C-B" : backward-char "\C-F" : forward-char "\C-E"