summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-11-08 21:22:46 +0100
committerGitHub <noreply@github.com>2020-11-08 21:22:46 +0100
commitee0167f3afe616a48e454ec748c0e95ccf7ed8dd (patch)
treea99be866511764c9810cfdbe84202e2fada2a4d9 /README.md
parent393bca0d39324c7083ac3f676500e71a62f9a58f (diff)
fix(compatibility): do not interpret esc as scroll-up (#29)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e333db829..a9ba1b04d 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,8 @@ Some temporary controls (these will be changed to something more convenient when
* ctrl-h - resize focused pane left
* ctrl-l - resize focused pane right
* ctrl-p - move focus to next pane
- * ctrl-[ - scroll up in focused pane
- * ctrl-] - scroll down in focused pane
+ * ctrl-PgUp - scroll up in focused pane
+ * ctrl-PgDown - scroll down in focused pane
* ctrl-x - close focused pane
* ctrl-q - quit Mosaic