2.75 SET EDITOR

Use SET EDITOR to change the default text editor for the current session of GGSCI. The default editors are Notepad for Windows and vi for UNIX. CLI input, including to create parameter files, takes the character set of the local operating system.

Syntax

SET EDITOR program_name
program_name

Any text editor.

Example

The following example changes the default editor to Notepad++.

SET EDITOR notepad++