From 94f1759b14c6452da7cfeb9df3a937cce78fddd8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 May 2018 19:31:08 +0530 Subject: [PATCH] Update README --- kittens/diff/README.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kittens/diff/README.asciidoc b/kittens/diff/README.asciidoc index f298cec88..654c59ca6 100644 --- a/kittens/diff/README.asciidoc +++ b/kittens/diff/README.asciidoc @@ -66,6 +66,8 @@ directory contents. |Scroll page down | `PgDn` |Scroll to top | `Home` |Scroll to bottom | `End` +|Scroll to next page | `Space, PgDn` +|Scroll to previous page | `PgUp` |Scroll to next change | `n` |Scroll to previous change | `p` @@ -81,9 +83,9 @@ directory contents. == Configuring kitty-diff -You can configure the colors used, the diff implementation, the default lines of context, etc. -by creating a diff.conf in your kitty config folder. See the link:diff.conf[default diff.conf] -for details. +You can configure the colors used, keyboard shortcut, the diff implementation, +the default lines of context, etc. by creating a diff.conf in your kitty +config folder. See the link:diff.conf[default diff.conf] for details. == Integrating with git