chromium-vim
chromium-vim copied to clipboard
Up Down arrow keys
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.
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?
+1 to this, I also prefer up and down arrow keys.
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.
I think <C-j>
, <C-k>
works better here, no?
Is it not possible for this to be available to remap? I very much dislike using the arrow keys here (read: anywhere).
I prefer up/down arrow to select completion item.
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
Are we able to map this? This is the only issue I've found about it. Thanks 😃
+1 how to remap those ? tabulate is not enough. thanks