block editor: fix some typos in the docs (thanks Kiyoshi)
FossilOrigin-Name: 11db2516295d61fd6024f467a1d8fc1550a7a26bed8225293562a50f9f15b848
This commit is contained in:
parent
ccfb88c8aa
commit
5d3769bece
2 changed files with 6 additions and 5 deletions
|
@ -103,6 +103,7 @@ June 2019.
|
|||
- add Abort.forth
|
||||
- add ANS-PICK-ROLL.forth
|
||||
- add atua-gophermap.forth
|
||||
- add Block-Editor.forth
|
||||
- add Buffer.forth
|
||||
- add CaptureOutput.forth
|
||||
- add DisplayNames.forth
|
||||
|
|
|
@ -57,10 +57,10 @@ Key Bindings
|
|||
| q | Save the Blocks and Quit |
|
||||
| ` | Clear output buffer |
|
||||
| 7 | Share block |
|
||||
| m | Copy line |
|
||||
| w | Paste line |
|
||||
| M | Copy block |
|
||||
| W | Paste block |
|
||||
| b | Copy line |
|
||||
| m | Paste line |
|
||||
| B | Copy block |
|
||||
| M | Paste block |
|
||||
| z | Delete line |
|
||||
|
||||
The key bindings are oriented around the Dvorak keyboard layout
|
||||
|
@ -203,7 +203,7 @@ It should be pretty straightforward though.
|
|||
:scroll? (-f)
|
||||
@TNext #256 gt? ;
|
||||
:scroll-up (-)
|
||||
&TOB #64 + &TOB #192 copy #193 !TNext
|
||||
&TOB #64 + &TOB #193 copy #193 !TNext
|
||||
&TOB #193 + #64 [ #32 over store n:inc ] times drop ;
|
||||
---reveal---
|
||||
:c:put<TOB> (c-)
|
||||
|
|
Loading…
Reference in a new issue