forked from jonnieey/Sc-im-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLesson0_General.sc
More file actions
33 lines (32 loc) · 972 Bytes
/
Copy pathLesson0_General.sc
File metadata and controls
33 lines (32 loc) · 972 Bytes
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
# This data file was generated by the Spreadsheet Calculator Improvised (sc-im)
# You almost certainly shouldn't edit it.
newsheet "Sheet1"
movetosheet "Sheet1"
format A 65 2 0
format B 74 2 0
freeze A:B
label A0 = "SC-IM TUTORIAL"
leftstring A2 = "GENERAL"
leftstring A4 = "Actions"
leftstring B4 = "Commands"
leftstring A6 = "Show help"
leftstring B6 = ":help, :h"
leftstring A7 = "Save file"
leftstring B7 = ":w"
leftstring A8 = "Save current spreadsheet as {file}"
leftstring B8 = ":w {file}"
leftstring A9 = "Force save file if exists (Overwrite)"
leftstring B9 = ":w!"
leftstring A10 = "Save file and quit"
leftstring B10 = ":wq, :x"
leftstring A11 = "Quit sc-im"
leftstring B11 = ":q"
leftstring A12 = "Force quit, Discard changes"
leftstring B12 = ":q!"
leftstring A14 = "Show set options"
leftstring B14 = ":set"
leftstring A15 = "Show user defined mapped keys"
leftstring B15 = ":showmaps"
leftstring A16 = "Repeat previous action"
leftstring B16 = "."
goto A0