Skip to content

Commit

Permalink
docs: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
sculpt0r committed Aug 18, 2024
1 parent eadcc2e commit d3b5c04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

# vim-browser-extension

Browser extension which allows Vim keys for text editing.
Browser extension which allows Vim keys for text editing inside `textarea` HTML elements.
It uses only pure DOM API.

# why it is different than other vim plugins

Other famous plugins use vim keys to navigate in the browser/web page. This plugin allows to use vim keys in text editing inputs! **Currently only restricted to the `textarea` HTML elements.**
Other famous plugins use vim keys to navigate in the browser/web page. This plugin allows to use vim keys in text editing inputs!

# enable vim keys

Expand Down

0 comments on commit d3b5c04

Please sign in to comment.