-
Notifications
You must be signed in to change notification settings - Fork 10
/
TE_TAK.CF
56 lines (51 loc) · 1.02 KB
/
TE_TAK.CF
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
# ========================================
# Default TE configuration for:
# TAKEDA TOSHIYA'S CP/M EMULATOR
# ========================================
te.confName = "Takeda Toshiya's CP/M emulator"
screen.rows = 25
screen.columns = 80
screen.rulerChar = .
screen.rulerTabChar = !
screen.vertChar = |
screen.horizChar = -
screen.lineNumbersChar = |
editor.maxLines = 512
editor.tabSize = 4
editor.lineNumbers = true
editor.c_language = true
editor.autoIndent = true
editor.autoList = true
editor.listBullets = "-*>"
keyname.newLine = ENTER
keyname.escape = ESC
key.up = ^E
key.down = ^X
key.left = ^S
key.right = ^D
key.begin = ^V
key.end = ^A
key.top = ^P
key.bottom = ^F
key.pgUp = ^R
key.pgDown = ^C
key.indent = ^I
key.newLine = ^M
key.escape = ^[
key.delRight = ^?
key.delLeft = ^H
key.cut = ^U
key.copy = ^O
key.paste = ^W
key.delete = ^G
key.clearClip = ^T
key.find = ^K
key.findNext = ^L
key.goLine = ^J
#key.wordLeft = ""
#key.wordRight = ""
key.blockStart = ^BS
key.blockEnd = ^BE
key.blockUnset = ^BU
key.macro = ^Y