Re: why the Up key doesn't work to go through the searching history

2011-04-15 Thread wxuyec
thank you very much. I tried in vim command-line to run what you suggested. It still doesn't work. I think I have to give up. best regards, YC On 4月14日, 下午6时42分, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 14/04/11 15:53, wxuyec wrote: when I run echo -e '\033[?1h\033=' ; cat

Re: why the Up key doesn't work to go through the searching history

2011-04-14 Thread wxuyec
wrote: On Wed, 13 Apr 2011, wxuyec wrote: I see. thank you. do you have any advice to the problem? If you try the revised version: echo -e '\033[?1h\033=' ; cat ; echo -e '\033[?1l\033' (then press Up, Down, Right, Left, then press Enter, then Ctrl+d), Do you get: ^[[A^[[B^[[C^[[D Or: ^[OA

Re: why the Up key doesn't work to go through the searching history

2011-04-12 Thread wxuyec
21分, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 07/04/11 17:04, wxuyec wrote: while it works for gvim and the command mode. after I press /, when I want to use Up key to go through the searching history, I get a character A inserted. Thanks in advance. Sounds like termcap

Re: why the Up key doesn't work to go through the searching history

2011-04-12 Thread wxuyec
thank you. I tried the command: :verb cmap Esc :verb cmap Up I got the answers were no mapping found. On 4月12日, 下午3时44分, Tony Mechelynck antoine.mechely...@gmail.com wrote: Sorry I didn't send this to the list. On 08/04/11 23:50, wxuyec wrote: thank you very much for your reply. 1) I

Re: why the Up key doesn't work to go through the searching history

2011-04-12 Thread wxuyec
, I got ^[[A. dose that means Up give a key series of ^[[A in shell, but ^[OA in the / mode of vim (because for the command mode : the Up works well). anybody has any advice? thank you. On 4月12日, 下午4时30分, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 12/04/11 16:11, wxuyec wrote: thank you

Re: why the Up key doesn't work to go through the searching history

2011-04-12 Thread wxuyec
, and hit Up, I got ^[[A. dose that means Up give a key series of ^[[A in shell, but ^[OA in the / mode of vim (because for the command mode : the Up works well). anybody has any advice? thank you. On 4月12日, 下午4时30分, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 12/04/11 16:11, wxuyec wrote

Re: why the Up key doesn't work to go through the searching history

2011-04-12 Thread wxuyec
sorry, don't understand. do you want me to run the command of echo $terminfo[smkx] ; cat ; echo $terminfo[rmkx] ? it just print [smkx] and wait there. On 4月12日, 下午7时48分, Benjamin R. Haskell v...@benizi.com wrote: On Tue, 12 Apr 2011, wxuyec wrote: it is strange. I have checked what tony

Re: why the Up key doesn't work to go through the searching history

2011-04-08 Thread wxuyec
...@tim.thechases.com wrote: On 04/07/2011 10:04 AM, wxuyec wrote: while it works for gvim and the command mode. after I press /, when I want to use Up key to go through the searching history, I get a character A inserted. In addition to Tony's good advice, it would also be worthwhile

for help about the search history

2011-04-07 Thread wxuyec
hi, everyone, After I type / to start search, if I want to use UP key to go through the searching history, I got a character A inserted. Did anybody meet the problem? how should I fix that? thank you. my vim is 7.2.330 and I am using the fcitx input method, is this what the problem come from?

why the Up key doesn't work to go through the searching history

2011-04-07 Thread wxuyec
while it works for gvim and the command mode. after I press /, when I want to use Up key to go through the searching history, I get a character A inserted. Thanks in advance. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying