diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-03-17 19:09:55 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-03-17 19:09:55 -0700 |
commit | ba80524a9f38667f9d82990067192103b490dd73 (patch) | |
tree | 5a3043ef11426306e0017d91f5b8d99adcb3f627 | |
parent | 1d581c4fcb9b97318dc6c91420bcc6b7e15f06f7 (diff) | |
download | mu-ba80524a9f38667f9d82990067192103b490dd73.tar.gz |
5007
-rw-r--r-- | browse_trace/Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/browse_trace/Readme.md b/browse_trace/Readme.md index 74e6df8f..eaa49eb8 100644 --- a/browse_trace/Readme.md +++ b/browse_trace/Readme.md @@ -60,9 +60,9 @@ The UI provides the following hotkeys: * `T`: Scroll line at cursor to top of screen. * `/`: Search forward for a pattern. -* '?': Search backward for a pattern. -* `n`: Repeat the previous '/' or '?'. -* `N`: Repeat the previous '/' or '?' in the opposite direction. +* `?`: Search backward for a pattern. +* `n`: Repeat the previous `/` or `?`. +* `N`: Repeat the previous `/` or `?` in the opposite direction. After hitting `/`, the mini-editor on the bottom-most line supports the following hotkeys: |