diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-09 08:41:44 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-09 08:41:44 -0700 |
commit | cc1349523eae586116d30963664fb53d8aef1eea (patch) | |
tree | 7199b53441a1135ad80fb9ff26efe626172defd7 /browse_trace | |
parent | e5dab928102281cd00fc59f1518c1d8ecddc5a75 (diff) | |
download | mu-cc1349523eae586116d30963664fb53d8aef1eea.tar.gz |
5065
Fix a documentation bug since commit 3765. Line-wise navigation in the trace browser doesn't yet support scrolling.
Diffstat (limited to 'browse_trace')
-rw-r--r-- | browse_trace/Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/browse_trace/Readme.md b/browse_trace/Readme.md index eaa49eb8..395058f1 100644 --- a/browse_trace/Readme.md +++ b/browse_trace/Readme.md @@ -42,8 +42,8 @@ The UI provides the following hotkeys: * `Backspace`: 'Zoom out' on a line after zooming in, collapsing lines below expanded by some series of `Enter` commands. -* `j` or `down-arrow`: Move/scroll cursor down one line. -* `k` or `up-arrow`: Move/scroll cursor up one line. +* `j` or `down-arrow`: Move cursor down one line. +* `k` or `up-arrow`: Move cursor up one line. * `J` or `ctrl-f` or `page-down`: Scroll cursor down one page. * `K` or `ctrl-b` or `page-up`: Scroll cursor up one page. * `h` or `left-arrow`: Scroll cursor left one character. |