Browser extension which allows Vim keys for text editing inside textarea
HTML elements.
It uses only pure DOM API.
Other famous plugins use vim keys to navigate in the browser/web page. This plugin allows to use vim keys in text editing inputs!
Plugin functionality can be toggled with a special key combination:
alt
+v
on windows / linuxCommand
+Control
+v
on macOS
It is because sometimes you may not want to vim-typer
interfere with another vim-like plugin.
Please look at the indicator. When it becomes green: the plugin functions are available.
Currently, vim-typer
supports:
h
,j
,k
,l
e
w
has early support- more are planned
work with src
and tests
folder. Everything is bundled to the src_js
directory with npm run build