about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-04-26 09:42:05 -0700
committerKartik Agaram <vc@akkartik.com>2021-04-26 09:42:05 -0700
commit865f37aa9c970905e6a3046e3d2d432cc68aea57 (patch)
tree3fc45bd9f820e4222254762a8cc0f991912235f0 /shell/README.md
parent606c5681b7915eb929af5bdc99adf5d802c5583c (diff)
downloadmu-865f37aa9c970905e6a3046e3d2d432cc68aea57.tar.gz
.
Diffstat (limited to 'shell/README.md')
-rw-r--r--shell/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/README.md b/shell/README.md
index 2c94018d..e2a38702 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -41,11 +41,11 @@ or:
 $ bochs -f bochsrc.2disks
 ```
 
-You can type in expressions, hit `ctrl-s` to see their results, and hit `Tab`
-to focus on the `...` below and browse how the results were computed. [Here's
-a demo.](https://archive.org/details/akkartik-2min-2021-02-24) The bottom of
-the screen shows context-dependent keyboard shortcuts (there's no mouse in the
-Mu computer at the moment).
+You can type in expressions, hit `ctrl-s` to see their results, and hit
+`ctrl-m` to focus on the `...` below and browse how the results were computed.
+[Here's a demo.](https://archive.org/details/akkartik-2min-2021-02-24) The
+bottom of the screen shows context-dependent keyboard shortcuts (there's no
+mouse in the Mu computer at the moment).
 
 *Improvements*