From eaa69a6ea07682e14b86f6faefdfe50205e599f7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 25 Mar 2018 16:03:41 -0700 Subject: [PATCH] Updated doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e06e73..2911c46 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ a nil value do not call `error()`, so the debugger won't get triggered. ## Navigation * Press 'q' to quit -* Arrow keys or h/j/k/l for movement within the active pane (yellow border); scroll wheel also works, but only for vertical scrolling. +* Arrow keys or h/j/k/l for movement within the active pane (yellow border); scroll wheel also works, but only for vertical scrolling. Shift+h/j/k/l moves 10 lines at a time. * Press 'c' to select the call stack pane * Press 's' to select the source code pane (showing the source code for the file of the function selected in the callstack pane) * Press 'v' to select the variables pane (showing the variables at the selected level of the callstack)