-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.yaml
61 lines (50 loc) · 956 Bytes
/
Config.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
UI:
CtrlCSigint: false # for debug
ExplosionKey: null #crash with stack traces (debug)
Quit:
quitKey: "ctrl w"
welcomeText: "Press *shift left* to edit and *ctrl t* for docs!"
Sidebar:
next: "shift right"
prev: "shift left"
Tooltip:
TipKey: "ctrl t"
Place: "\n"
Highlight:
Scheme:
Concurrency: '10'
Debug: '12'
Delta: '2'
Funge Space: '11'
I/O: '214'
Logic: '4'
Math: '6'
Nothing: '8'
Position: '5'
Repetition: '15'
Stack: '202'
Strings: '13'
Termination: '1'
Value: '7'
Toggle: "ctrl h"
DefaultEnable: true
FlashingQuestionMark: false # non-ascii characters will also have a question mark
Paths:
Toggle: "ctrl p"
Cursor:
Up: "up"
Down: "down"
Left: "left"
Right: "right"
Step: "\n"
FungeScreen:
OriginMarker: true
Run:
StepKey: "ctrl r"
RunKey: "ctrl x"
IO:
BlockingInput: true
Grab:
GrabKey: "ctrl c"
PlaceKey: "ctrl p"
DropKey: "ctrl d"