diff --git a/README.md b/README.md index c19dac4..b9df2c4 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/linuxmage/vibreoffice/master/dist/vibreoffice-1.0.28.oxt) +[latest extension file](https://raw.github.com/linuxmage/vibreoffice/master/dist/vibreoffice-1.1.0.oxt) and open it with LibreOffice/OpenOffice. To enable/disable vibreoffice, simply select Tools -> Add-Ons -> vibreoffice. @@ -26,8 +26,8 @@ This will simply build the extension file from the template files in ### 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` +- Insert (`i`, `I`, `a`, `A`, `o`, `O`), Visual (`v`,`V`), Normal modes +- Movement keys: `hjkl`, `w`, `W`, `b`, `B`, `e`, `$`, `^`, `{}`, `()`, `C-d`, `C-u`, `gg`, `G` - Search movement: `f`, `F`, `t`, `T` - Number modifiers: e.g. `5w`, `4fa` - Replace: `r` @@ -43,7 +43,7 @@ If you are familiar with vi/vim, then vibreoffice should give very few surprises. However, there are some differences, primarily due to word processor-text editor differences or limitations of the LibreOffice API and/or my patience. -- Currently, I am using LibreOffice's built-in word/sentence movement which +- Currently, vibreoffice uses LibreOffice's built-in sentence movement which differs from vi's. It's sort of broken now but I plan to fix it eventually. - The concept of lines in a text editor is not quite analogous to that of a word processor. I made my best effort to incorporate the line analogy while keeping diff --git a/dist/vibreoffice-1.1.1.oxt b/dist/vibreoffice-1.1.1.oxt new file mode 100644 index 0000000..1ad4f6a Binary files /dev/null and b/dist/vibreoffice-1.1.1.oxt differ