Can I map Vim key bindings to windows? like vimium for chromium. Sometimes I don’t like the mouse. using vimium, I can press “f” to create “names” for the link, and just click the name to open the link, this is awesome!
I don’t know any existing tools, but macro tools like AutoHotkey allow this. For a purely modal solution like Vim, you need to save the state of the mode (and probably also specify it somehow), which is difficult. Creating virtual functions with autohotkey ahk describes a solution (for navigation) that relies on another simultaneously pressed key.
This is an AutoHotKey script that implements some vim features in all applications.
LabelControl also provides some label support, such as vimium, but this is not always useful.
To answer the question: Yes, and there are several, but they have limitations. The best way I know is to use AutoHotkey , which you can use to add several Vim features.
Due to the way the Vim commands work, this is only partially possible, as implemented in several forms. For a few examples, you can search for example. "autohotkey vim" .
you can use hunt-n-peck .
You must download binaries from continuous integration artifacts.
these are hunt-n-peck zip link HuntAndPeck binaries taken from artifacts of continuous repository integration.
Source: https://habr.com/ru/post/1212672/More articles:Google Pagespeed Insight: "Optimize CSS Delivery for the Following Content." How? - wordpressstruct.unpack calling TypeError: 'int' does not support buffer interface - pythonGetting all form values using javascript - javascriptIs there an equivalent matlab rcond () function in Julia? - julia-langScrolling UITableView to the end corrupted with EstimatedRowHeight - iosto get the wrong value in jquery data attribute - javascriptCreating Vim-like functions with AutoHotKey (AHK) - windowsConverting from a Java primitive to wrapper classes - javahttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1212676/refreshing-an-oauth-access-token-for-microsoft-live-api&usg=ALkJrhg5GGdJgWhOrgCQxIv6CrhCPtyrPwHow to work with applications that force screen orientation in android-x86 on VirtualBox? - androidAll Articles