Your favorite key bindings from vi/vim to your favorite office suite.
Go to file
Sean Yeh c95177247a di<, di> 2014-12-22 16:26:16 -06:00
src di<, di> 2014-12-22 16:26:16 -06:00
README.md o/O 2014-12-20 21:03:38 -06:00

README.md

vibreoffice

A Vi/Vim Mode Extension for Libreoffice and OpenOffice (Apache OpenOffice, OpenOffice.org)

Installation

Coming soon.

Features

vibreoffice currently supports:

  • Insert (i, I, a, A, o, O), Visual (v), Normal modes
  • Movement keys: hjkl, w, W, b, B, e, $, ^, {}, (), C-d, C-u
    • Search movement: f, F, t, T
  • Number modifiers: e.g. 5w, 4fa
  • Replace: r
  • Deletion: x, d, c, s, D, C, S, dd, cc
    • 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!

License

vibreoffice is released under the MIT License.