From 6e961946dd755ef64ef07c1f861fc0708a0c7c9b Mon Sep 17 00:00:00 2001 From: Ryan Streur Date: Thu, 21 Feb 2019 16:13:26 -0800 Subject: [PATCH] Update README.md Correct simple mix-up with scroll direction in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ed8deb..c9b8490 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ See [console commands](#console-commands) section for more detailed description #### Scrolling -- k: scroll down -- j: scroll up +- k: scroll up +- j: scroll down - h: scroll left - l: scroll right - Ctrl+U: scroll up for a half page