From 482d07778d19331d0dfa910323dd92c4529e8718 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Jun 2022 10:28:25 -0700 Subject: document one more shortcut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0345624..d72ed73 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ While editing text: * `ctrl+c` to copy, `ctrl+x` to cut, `ctrl+v` to paste * `ctrl+z` to undo, `ctrl+y` to redo * `ctrl+=` to zoom in, `ctrl+-` to zoom out, `ctrl+0` to reset zoom +* `alt+right`/`alt+left` to jump to the next/previous word, respectively For shortcuts while editing drawings, consult the online help. Either: * hover on a drawing and hit `ctrl+h`, or -- cgit 1.4.1-2-gfad0 f7ad'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/1.vm/channel.mu
blob: 4a553148cb85162095af5f3d23726c11c05bec63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45