You can edit MULTI's configuration options in two ways: using the Config menu and using the configure command. Both methods write your settings to the same temporary configuration file; when you edit a setting using the configure command, your changes are automatically reflected in the Config menu dialog boxes.
Be aware that changes that you make are NOT automatically saved for future MULTI sessions. You must manually save your configurations if you want them restored the next time you run MULTI.
To make changes to MULTI's options using the graphical configuration interface, choose Config > Options....
If you know the name of the options you want to change, you can use the configure command from the Debugger Command Pane. The format is:
configure config_item=value
configure config_item:value
configure config_item value
configure ?
Typing configure ? displays a list of all items you can configure. You can change individual items by including their name followed by an equal sign (`='), a colon (`:'), or a space (` '), then the new value. For example:
configure tabsize=9
configure background #ffffff
configure moon: On
configure linenumbermode: Both Numbers
configure prompt: "MULTI> "
configure status.stopped STOPPED
configure key: "Up"@Command=backhistory