From 93d227b73fd49d60beab3a145c4657cec3fd4f3d Mon Sep 17 00:00:00 2001 From: Devagamster Date: Mon, 24 Aug 2015 16:04:46 -0700 Subject: [PATCH] Update docs for H and L H and L no longer move the cursor 10 lines up or down. Not sure how or when they did before, but they don't anymore, so the docs should reflect that. --- doc/DOCUMENTATION.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index f61e3a3e0..736426f03 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1171,8 +1171,8 @@ Navigation is performed using the Vi key bindings ~hjkl~. | ~j~ | move cursor down | | ~k~ | move cursor up | | ~l~ | move cursor right | -| ~H~ | move quickly up (10 lines at a time) | -| ~L~ | move quickly down (10 lines at a time) | +| ~H~ | move cursor to the top of the screen | +| ~L~ | move cursor to the bottom of the screen | | ~SPC j h~ | go to the beginning of line (and set a mark at the previous location in the line) | | ~SPC j l~ | go to the end of line (and set a mark at the previous location in the line) | | ~SPC t -~ | lock the cursor at the center of the screen |