vibreoffice/README.md

15 lines
510 B
Markdown
Raw Normal View History

2014-12-16 14:23:37 -06:00
# 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`
2014-12-17 21:27:38 -06:00
- Deletion: `x`, `d`, `c`, `dd`, `cc`
- Plus movement and number modifiers: e.g. `dw`, `c$`, `5dd`, `c3j`
- More to come!
2014-12-16 14:23:37 -06:00
### License
vibreoffice is released under the MIT License.