Version 1.1.4 Release.

Bug Fixes:

-"^" will now move to the first character of the line that is not a
space or a tab (more like vim).

-"gg" and "G" will now work in visual and visual_line mode.

-Fixed a problem with "V" where it would not select the new line
character at the end of the visual base line when moving up with "k".

-"a" and "p" will now behave more like vim when the cursor is on the end
or beginning of a paragraph.
This commit is contained in:
LinuxMage 2015-12-03 23:53:12 -08:00
parent 257f337ce5
commit a6e273aa2d
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,8 @@ 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.1.1.oxt)
and open it with LibreOffice/OpenOffice.
[latest extension file](https://raw.github.com/linuxmage/vibreoffice/master/dist/vibreoffice-1.1.4.oxt)
and open it with LibreOffice/OpenOffice. LibreOffice/OpenOffice will need to be restarted before this extension can be used.
To enable/disable vibreoffice, simply select Tools -> Add-Ons -> vibreoffice.
@ -59,6 +59,7 @@ my patience.
word processing.
- Using `d`, `c` (or any of their variants) will temporarily bring you into
Visual mode. This is intentional and should not have any noticeable effects.
- In OS X, repeating commands by holding down keys can have strange behavior.
vibreoffice is new, so it is bound to have plenty of bugs. Please let me know
if you run into anything!

BIN
dist/vibreoffice-1.1.4.oxt vendored Normal file

Binary file not shown.