Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to map Vim key bindings for windows, just like vimium for chrome

is it possible to map Vim key bindings for windows? just like vimium for chrome. I don't like the mouse sometimes. using vimium, I can press 'f' to generate 'names' for the link, and just press the name to open the link, it's awesome!

like image 262
ZHOU Ling Avatar asked Feb 05 '15 03:02

ZHOU Ling


2 Answers

This is an AutoHotKey script that implements some of the vim functions in all applications.

Also LabelControl provides some label support, like vimium, but it's not always that useful.

like image 147
Lubo Kanev Avatar answered Sep 23 '22 11:09

Lubo Kanev


you can use hunt-n-peck .

you should download binaries from continous integration artifacts.

this is the hunt-n-peck binaries zip link HuntAndPeck taken from repository's continuous integration artifacts.

like image 22
irakli2692 Avatar answered Sep 22 '22 11:09

irakli2692