Your favorite key bindings from vi/vim to your favorite office suite.
Go to file
Sean Yeh fd2ba6873a Add deletion + movement/number modifiers 2014-12-17 17:37:00 -06:00
src Add deletion + movement/number modifiers 2014-12-17 17:37:00 -06:00
README.md Add deletion + movement/number modifiers 2014-12-17 17:37:00 -06:00

README.md

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
  • Deletion: x, d, c
    • Plus movement and number modifiers: e.g. dw, c$, d2}, 3cj
  • More to come!

License

vibreoffice is released under the MIT License.