diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-06-20 15:03:44 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-06-20 15:03:44 +0100 |
| commit | b79c5e2f8a204b696b01bb7e5c4ffe2d7e0b93a1 (patch) | |
| tree | cda3d6402cb59067468c137747f340ed51d4dd94 | |
| parent | 6d23bb056a37ee63fcdc2657850204318c0b1d5c (diff) | |
Document ge in README
| -rw-r--r-- | README.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc index d464fe82..02d10973 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -343,6 +343,7 @@ Commands begining with g are used to goto certain position and or buffer: * `gg`, `gk`: go to the first line * `gj`: go to the last line + * `ge`: go to last char of last line * `gt`: go to the first displayed line * `gc`: go to the middle displayed line |
