chromium-vim icon indicating copy to clipboard operation
chromium-vim copied to clipboard

Up Down arrow keys

Open tomc3 opened this issue 10 years ago • 9 comments

How can I select specific result when doing history search, as soon as I press Up or Down arrow keys, results get blanked out.

I + Up or Down Arrow Key == No results and no option to select specific results. : history google + Up or Down Arrow Key == No results and no option to select specific results.

tomc3 avatar Feb 23 '15 05:02 tomc3

tab and shift tab will move you up and down through the history. But I agree I think it should be up and down arrow also. Any way to change that @1995eaton?

waynehoover avatar Feb 23 '15 08:02 waynehoover

+1 to this, I also prefer up and down arrow keys.

abhimanyu003 avatar Feb 24 '15 04:02 abhimanyu003

Here is what I think: Not only is the tab key used for moving the highlight up and down when the pop-down menu shows up, but also do History and Bookmark search/completion. tab key is used for completion and selecting item from the list, that is quite ubiquitous in the programming IDE.

On the other hand, the arrow keys have been used to browse history. The tips from its Readme.md.

kevin4fly avatar Mar 14 '15 02:03 kevin4fly

I think <C-j>, <C-k> works better here, no?

azamat-sharapov avatar Apr 21 '15 06:04 azamat-sharapov

Is it not possible for this to be available to remap? I very much dislike using the arrow keys here (read: anywhere).

jamesblau avatar May 20 '15 18:05 jamesblau

I prefer up/down arrow to select completion item.

zyf0330 avatar Sep 05 '18 08:09 zyf0330

How do I remap <C-n> to <Down> and <C-p> to <Up> ? I tried this in the configuration, but it won't work map <C-d> scrollPageDown map <C-u> scrollPageUp

map <C-p> up // failed map <C-n> down // failed

wangeugene avatar Sep 09 '18 01:09 wangeugene

Are we able to map this? This is the only issue I've found about it. Thanks 😃

ghost avatar Sep 20 '18 00:09 ghost

+1 how to remap those ? tabulate is not enough. thanks

parisni avatar Jan 20 '20 00:01 parisni