Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Commit 91ef2f5

Browse files
committed
Version 1.1.1 Release.
New Features: -"V", visual select by line -"X", delete to left of cursor Bug fixes: -"cw", "dw", "cb", "db", "ce", "de". -"e"
1 parent 393a0f7 commit 91ef2f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ both vi/vim neophytes and experts alike.
88
### Installation/Usage
99

1010
The easiest way to install is to download the
11-
[latest extension file](https://raw.github.com/linuxmage/vibreoffice/master/dist/vibreoffice-1.0.28.oxt)
11+
[latest extension file](https://raw.github.com/linuxmage/vibreoffice/master/dist/vibreoffice-1.1.0.oxt)
1212
and open it with LibreOffice/OpenOffice.
1313

1414
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
2626
### Features
2727

2828
vibreoffice currently supports:
29-
- Insert (`i`, `I`, `a`, `A`, `o`, `O`), Visual (`v`), Normal modes
30-
- Movement keys: `hjkl`, `w`, `W`, `b`, `B`, `e`, `$`, `^`, `{}`, `()`, `C-d`, `C-u`
29+
- Insert (`i`, `I`, `a`, `A`, `o`, `O`), Visual (`v`,`V`), Normal modes
30+
- Movement keys: `hjkl`, `w`, `W`, `b`, `B`, `e`, `$`, `^`, `{}`, `()`, `C-d`, `C-u`, `gg`, `G`
3131
- Search movement: `f`, `F`, `t`, `T`
3232
- Number modifiers: e.g. `5w`, `4fa`
3333
- Replace: `r`
@@ -43,7 +43,7 @@ If you are familiar with vi/vim, then vibreoffice should give very few
4343
surprises. However, there are some differences, primarily due to word
4444
processor-text editor differences or limitations of the LibreOffice API and/or
4545
my patience.
46-
- Currently, I am using LibreOffice's built-in word/sentence movement which
46+
- Currently, vibreoffice uses LibreOffice's built-in sentence movement which
4747
differs from vi's. It's sort of broken now but I plan to fix it eventually.
4848
- The concept of lines in a text editor is not quite analogous to that of a
4949
word processor. I made my best effort to incorporate the line analogy while keeping

dist/vibreoffice-1.1.1.oxt

14 KB
Binary file not shown.

0 commit comments

Comments
 (0)