vibreoffice/README.md

19 lines
608 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)
2014-12-18 15:10:00 -06:00
### Installation
Coming soon.
2014-12-16 14:23:37 -06:00
### Features
vibreoffice currently supports:
- Insert (`i`, `I`, `a`, `A`), Visual (`v`), Normal modes
2014-12-18 15:10:00 -06:00
- Movement keys: `hjkl`, `w`, `W`, `b`, `B`, `e`, `$`, `^`, `{}`, `()`, `C-d`, `C-u`
- Search movement: `f`, `F`, `t`, `T`
- Number modifiers: e.g. `5w`, `4fa`
2014-12-18 17:05:51 -06:00
- Deletion: `x`, `d`, `c`, `C`, `D`, `dd`, `cc`
2014-12-19 07:34:13 -06:00
- Plus movement and number modifiers: e.g. `dw`, `c$`, `5dd`, `c3j`, `2dfe`
- More to come!
2014-12-16 14:23:37 -06:00
### License
vibreoffice is released under the MIT License.