Add readme

This commit is contained in:
Sean Yeh 2014-12-16 14:23:37 -06:00
parent e5279f3209
commit ca637e054f
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# vibreoffice
A Vi/Vim Mode Extension for Libreoffice and OpenOffice (Apache OpenOffice, OpenOffice.org)
### Features
vibreoffice currently supports:
* Insert (`i`, `I`, `a`, `A`), Visual (`v`), Normal modes
* Movement keys: `hjkl`, `w/W`, `b/B`, `e`, `$`, `^`, `{}`, `()`, `ctrl+d`, `ctrl+u`
* Number modifiers: e.g. `5w`
* Others: `x`
* More to come!
### License
vibreoffice is released under the MIT License.