I installed Vimium for my Chrome browser, but noticed that Chrome keyboard shortcuts have a higher priority. For example, if I try <C-u>, instead of scrolling the page up, I see the source code of the page.
<C-u>
How do I configure Chrome or Vimium to use Vimium shortcuts rather than Chrome built-in shortcuts? Thanks in advance.
Currently, you cannot match already defined Chrome keyboard shortcuts by default. This, unfortunately, is one of the limitations of the Google Chrome Extensions API. The Extension team is familiar with such limitations, and they have their turn for future APIs.
In the meantime, try selecting a shortcut that does not conflict.
Hope this helped.
First undo the previous shortcut,
unmap <C-u> map <C-u> scrollPageDown
- . , Vimium Options Settings.
, , "Custom Key Mapping" :
unmap <c-f> map <c-f> scrollFullPageDown unmap <c-b> map <c-b> scrollFullPageUp
. !
Source: https://habr.com/ru/post/1782086/More articles:Java Image Encoding Detection - javaVisual C ++ 2010 and Native executable - c ++C #, working with files, "Unauthorized access"? - c #Modified shortest path using Dijkstra or Bellman-Ford algorithm - c ++Oauth C Library - cHow do you insert characters after the first occurrence of a word or phrase in a string? - stringPHP function not available - APACHE compilation configuration may be skipped - phpJavascript syntax highlighting - javascriptCould not determine list of metadata binding to asp.net datagridview - list:;; does not receive auto-update - springAll Articles