fix goto commands documention in README

This commit is contained in:
Alex Leferry 2 2014-06-30 10:14:27 +02:00
parent 7aa78d726a
commit a292a23de1

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