about summary refs log tree commit diff stats
path: root/browse_trace/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-17 19:09:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-03-17 19:09:55 -0700
commitba80524a9f38667f9d82990067192103b490dd73 (patch)
tree5a3043ef11426306e0017d91f5b8d99adcb3f627 /browse_trace/Readme.md
parent1d581c4fcb9b97318dc6c91420bcc6b7e15f06f7 (diff)
downloadmu-ba80524a9f38667f9d82990067192103b490dd73.tar.gz
5007
Diffstat (limited to 'browse_trace/Readme.md')
-rw-r--r--browse_trace/Readme.md6
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: