From 7bc302553409808ad3b365ffa477187f7265a44d Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Sat, 24 Nov 2012 23:25:17 +0100 Subject: [PATCH] Document half a screen movements. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 86520e2..c04b3b9 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,10 @@ COMMAND MODE +------------------------+-----------------------------------------------------------+ | ``G`` | jump to start of last row | +------------------------+-----------------------------------------------------------+ +| ctrl-u | move cursor half a screen up | ++------------------------+-----------------------------------------------------------+ +| ctrl-d | move cursor half a screen down | ++------------------------+-----------------------------------------------------------+ | ``y`` | copy to CLIPBOARD | +------------------------+-----------------------------------------------------------+ | ``/`` | forward search |