We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here's a possible set of lines to add to your configuration file:
SetUserPreference( "PackagesToLoad", ["PackageManager", "digraphs"] ); SetUserPreference( "UseColorPrompt", true ); SetUserPreference( "HistoryMaxLines", 1000 ); SetUserPreference( "SaveAndRestoreHistory", true ); SetUserPreference( "InfoPackageLoadingLevel", 1 ); SetUserPreference( "InfoDigraphs", 4 ); SetUserPreference( "Editor", "emacs" );
Of course, your own tastes may vary. We respect all religions, including vim.
You can get to this file by opening gap, running WriteGapIniFile(); and opening the filename it gives you.
WriteGapIniFile();