Merge pull request #176 from alexherbo2/fix-goto-commands-documentation

fix goto commands documention in README
This commit is contained in:
Maxime Coste 2014-07-01 09:44:46 +01:00
commit 1b12c38dc1

View File

@ -245,8 +245,8 @@ Commands begining with g are used to goto certain position and or buffer:
* _gg_, _gk_: go to the first line * _gg_, _gk_: go to the first line
* _gj_: go to the last line * _gj_: go to the last line
* _gt_, _gk_: go to the first displayed line * _gt_: go to the first displayed line
* _gc_, _gk_: go to the middle displayed line * _gc_: go to the middle displayed line
* _gb_: go to the last displayed line * _gb_: go to the last displayed line
* _ga_: go to the previous (alternate) buffer * _ga_: go to the previous (alternate) buffer