diff --git a/README.md b/README.md index 46bc207..ec9f3e6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ both vi/vim neophytes and experts alike. ### Installation/Usage The easiest way to install is to download the -[latest extension file](https://raw.github.com/seanyeh/vibreoffice/master/dist/vibreoffice-0.1.3.oxt) +[latest extension file](https://raw.github.com/seanyeh/vibreoffice/master/dist/vibreoffice-0.1.4.oxt) and open it with LibreOffice/OpenOffice. To enable/disable vibreoffice, simply select Tools -> Add-Ons -> vibreoffice. @@ -35,6 +35,7 @@ vibreoffice currently supports: - Plus movement and number modifiers: e.g. `5dw`, `c3j`, `2dfe` - Delete a/inner block: e.g. `di(`, `da{`, `ci[`, `ci"`, `ca'`, `dit` - Undo/redo: `u`, `C-r` +- Copy/paste: `y`, `p`, `P` (using system clipboard, not vim-like registers) ### Known differences/issues diff --git a/dist/vibreoffice-0.1.4.oxt b/dist/vibreoffice-0.1.4.oxt new file mode 100644 index 0000000..bd3dc1c Binary files /dev/null and b/dist/vibreoffice-0.1.4.oxt differ