From: Carsten Brockmann Date: Mon, 9 Feb 2009 19:04:23 +0000 (+0000) Subject: manual: Correct the keys to move the cursor one line up/down X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=deefc9e2b8508d621aed566adfa833f4c402d3a0;p=tig.git manual: Correct the keys to move the cursor one line up/down Signed-off-by: Carsten Brockmann Signed-off-by: Jonas Fonseca --- diff --git a/manual.txt b/manual.txt index b6c4db5..85775f3 100644 --- a/manual.txt +++ b/manual.txt @@ -376,8 +376,8 @@ Cursor Navigation `-------`-------------------------------------------------------------------- Key Action ----------------------------------------------------------------------------- -j Move cursor one line up. -k Move cursor one line down. +k Move cursor one line up. +j Move cursor one line down. PgUp,\ -,a Move cursor one page up. PgDown Space Move cursor one page down.