sculpt0r / vim-browser-extension

Browser extension to allow vim keys for text editing.

Home Page:https://chrome.google.com/webstore/detail/vim-typer/cmepghbdejbphecnknahlhmkfjfcllki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI - test

vim-browser-extension

Browser extension to allow vim keys for text editing.

why it is different than other vim plugins

Other famous plugins use vim keys to navigate in browser/web page. This plugin allows to use vim keys in text editing inputs!

enable vim keys

Plugins functionality can be toggled with a special key combination:

  • alt + v on windows / linux
  • right option + left cmd on macOS

It is because sometimes you may don't want to vim-typer interfere with another vim-like plugin.

Please look at the indicator. When it becomes green: the plugin functions are available.

supported keys

Currently, vim-typer supports:

  • h,j,k,l
  • e
  • w has early support
  • more are planned

Development

work with src and tests folder. Everything is bundled to the src_js directory with rollup npx rollup --config

About

Browser extension to allow vim keys for text editing.

https://chrome.google.com/webstore/detail/vim-typer/cmepghbdejbphecnknahlhmkfjfcllki


Languages

Language:TypeScript 76.2%Language:JavaScript 22.3%Language:HTML 1.6%