@@ -8,7 +8,7 @@ both vi/vim neophytes and experts alike.
88### Installation/Usage
99
1010The 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.1 .oxt )
1212and open it with LibreOffice/OpenOffice.
1313
1414To 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
2828vibreoffice 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
4343surprises. However, there are some differences, primarily due to word
4444processor-text editor differences or limitations of the LibreOffice API and/or
4545my 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
0 commit comments