diff options
Diffstat (limited to 'log')
-rw-r--r-- | log/2022-09-13_scmutils_setup.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/log/2022-09-13_scmutils_setup.md b/log/2022-09-13_scmutils_setup.md index e2cdc45..1eee242 100644 --- a/log/2022-09-13_scmutils_setup.md +++ b/log/2022-09-13_scmutils_setup.md @@ -36,3 +36,11 @@ To start a session, just run `mechanics.sh` from a shell. Then run `(edit)` to get edwin mode. `scmutils` docs are in `/usr/local/scmutils/manual/` + +## Tips and Tricks + +Helpful to run with `rlwrap`: + + rlwrap mechanics + +This gives "up" for "last line" etc. |