From 0f0d615ec451d685c0cd7c6c0d7e0d558ab96df9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Oct 2021 07:36:39 -0700 Subject: [PATCH] . --- shell/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell/README.md b/shell/README.md index 3431638a..654ff8d6 100644 --- a/shell/README.md +++ b/shell/README.md @@ -47,6 +47,11 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level: results. Hit `ctrl-m` to focus on the `...` after a run, and browse how the _trace_ of how the results were computed. [Here's a 2-minute demo](https://archive.org/details/akkartik-mu-2021-05-31). + To navigate to a function to edit, hit `ctrl-g`. The list of functions + doubles as a bare-bones “file system,” and functions are + rendered in order of most recently touched, like in [Tiddlywiki](https://tiddlywiki.com). + There is no scrolling anywhere yet. + 3. If your Qemu installation supports them, an `-accel` argument will speed up emulation. Try `-accel help` to list your options.