You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The editor looks like this in the default ubuntu terminal:
The options area changes based on the selected option and state of the editor.
Examples
The text overflow indicators are shown when a line is too long to fit in the screen and must be scrolled horizontally to view the entire line.
Options
Ctrl + W :Write Out - Write the contents of the editor to a file. If the file does not exist, it will be created. If the file exists, it will be overwritten.
Ctrl + X :Exit - Exit the editor. No prompt to save changes is given. Unsaved changes will be lost.
Ctrl + O :Open File - Open a file in the editor. If the file does not exist, error message is shown. Any unsaved changes will be lost.
Ctrl + G :Go To Line - Go to a specific line number in the editor.
Ctrl + C :Cancel - Cancel the current operation. Option is only displayed when available.
Enter :Continue - Continue after a successful operation. Option is only displayed when available.