From ca637e054f9a3f8597716bf503da4510ce21dc7f Mon Sep 17 00:00:00 2001 From: Sean Yeh Date: Tue, 16 Dec 2014 14:23:37 -0600 Subject: [PATCH] Add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2fb048b --- /dev/null +++ b/README.md @@ -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.