From a292a23de17cdf0f2543bc1d8ff5f9c884544640 Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Mon, 30 Jun 2014 10:14:27 +0200 Subject: [PATCH] fix goto commands documention in README --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 9495173a..7477f3e3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -245,8 +245,8 @@ 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 - * _gt_, _gk_: go to the first displayed line - * _gc_, _gk_: go to the middle displayed line + * _gt_: go to the first displayed line + * _gc_: go to the middle displayed line * _gb_: go to the last displayed line * _ga_: go to the previous (alternate) buffer