-
Notifications
You must be signed in to change notification settings - Fork 227
The editor
Jaume Olivé Petrus edited this page Jun 6, 2017
·
17 revisions
Lua RTOS has an integrated editor that allows you to edit files. You can edit a file typing os.edit("file") in the Lua prompt or typing edit file in the shell.
Key | Function |
---|---|
Ctrl+S | Save file |
Ctrl+Q | Quit |
up | Move one line up |
down | Move one line down |
left | Move one character left |
right | Move one character right |
right | Move one character right |
page up | Move one page up |
page down | Move one page down |