-
Notifications
You must be signed in to change notification settings - Fork 25
Keywords
as edited this page Sep 29, 2017
·
3 revisions
New
- Creates a new named window under the active column
Newcol
- Creates a new column under the active grid
Del
- Deletes the named window
Delcol
- TODO
- Deletes the column, and all underlying windows
Edit
- An edit command immediately follows, it is compiled and executed on the named window body
Install
- An edit command immediately follows, it is compiled and executed on the visible region of the named window body whenever the frame is refreshed or scrolled.
- Usage examples are in the guide file under the master branch source tree
Exit
- TODO
- The editor closes, first warning the user about unput files
Get
- In a named window, discards all data and reloads it from the data source
Put
- In a named window, writes the data in the window to the underlying data source
Putall
- Executes a Put on all named windows
Indent
- TODO
- Toggles the automatic insertion of tabs after a newline
Mode
- TODO
- Toggles between UTF-8 encoded runes and ASCII byte representation
Snarf
- TODO (although mouse chord snarfing works on windows)
- In a named window, overwrites the clipboard contents with the bytes in the dot selection
Paste
- TODO (although mouse chord pasting works on windows)
- In a named window, overwrites the dot selection with the contents of the clipboard
Tab
- TODO
- Toggles between elastic tabstops and regular tabstops
- If a number follows, sets the # of characters to represent a tab field
Share
- TODO
Zerox
- Creates a copy of the window along with the file contents. Changes to the original window are synchronized in real time.