bug-bash
[Top][All Lists]
Advanced

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

readline vi-insert mode left arrow key delete my last char!


From: wangyin
Subject: readline vi-insert mode left arrow key delete my last char!
Date: Mon, 22 Jul 2002 12:21:46 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Hi,
I use bash in vi mode. When I inserted some command and I press left
arrow key on my keyboard, the last character just to the left of the
cursor is removed and I entered command mode. I think it shouldn't
remove my last char. this is my readline .inputrc file. Can you help me?

set bell-style visible
set comment-begin #
set editing-mode vi

$if mode=vi
set keymap vi
$endif

"-":vi-arg-digit
"+":re-read-init-file
"?":reverse-search-history
"/":forward-search-history
"G":end-of-history
"gg":beginning-of-history
"\M-[A":previous-history
"\M-[B":next-history
"\M-[D":backward-char
"\M-[C":forward-char
"\M-t":transpose-words
"qs":start-kbd-macro
"qe":end-kbd-macro
"@":call-last-kbd-macro
"guw":downcase-word
"gCw":capitalize-word
"M":set-mark
"\C-x\C-x":exchange-point-and-mark
"yn":yank-nth-arg
"yl":yank-last-arg
"yp":yank-pop






reply via email to

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