vibreoffice/README.md

21 lines
705 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:
2014-12-20 21:03:38 -06:00
- Insert (`i`, `I`, `a`, `A`, `o`, `O`), 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-20 17:11:53 -06:00
- Replace: `r`
2014-12-20 09:27:11 -06:00
- Deletion: `x`, `d`, `c`, `s`, `D`, `C`, `S`, `dd`, `cc`
2014-12-19 22:22:42 -06:00
- Plus movement and number modifiers: e.g. `5dw`, `c3j`, `2dfe`
- Delete a/inner block: e.g. `di(`, `da{`, `ci[`, `ci"`, `ca'`, `dit`
- More to come!
2014-12-16 14:23:37 -06:00
### License
vibreoffice is released under the MIT License.