-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathLesson9_Command_Mode.sc
21 lines (20 loc) · 1.29 KB
/
Lesson9_Command_Mode.sc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 91 2 0
format 12 3
leftstring A0 = "1. Type :file to see current file name"
leftstring A1 = "1. Type :help to see the help page"
leftstring A2 = "2. Type :set to show configuration options"
leftstring A3 = "3. Type :set input_bar_bottom=1 to change position of status bar to bottom"
leftstring A4 = "4. Type :set input_bar_bottom=0 to change position of status bar to top"
leftstring A5 = "5. Type :nmap \"<LEFT>\" \"fh\" to remap left arrow to change column width in normal mode"
leftstring A6 = "6. Type :nunmap \"<LEFT>\" to remove left user-defined map"
leftstring A7 = "7. Type :!pwd to execute shell command pwd"
leftstring A8 = "8. Type : then press up arrow or Ctrl+p to scroll back in command history"
leftstring A9 = "9. Type : then press down arrow or Ctrl+n to scroll forward in command history"
leftstring A10 = "10: Type :version to show sc-im version"
leftstring A12 = "11. Go to B17. Type :fill<space>. While in command mode press Ctrl+v to enter visual mode\nPress Ctrl+o to visually select cells B17:F21. Press Enter. Type <space> 1 1.\n [Command :fill B17:F21 1 1]"
leftstring A14 = "12. Type :wq or :x to save and quit"
goto A0