Home » Support » Index of All Documentation » Wing IDE Reference Manual » Customization »

2.0. Editor Personalities

The default editor personality for Wing implements most common keyboard equivalents found in a simple graphical text editor. This uses primarily the graphical user interface for interacting with the editor and limits use of complex keyboard-driven command interaction.

Emulation of Other Editors

The first thing any Vim, Emacs, Visual Studio, or Brief user will want to do is to set the editor personality to emulate their editor of choice. This is done with the Keyboard / Personality user interface preference.

Under the Vim and Emacs personalities, key strokes can be used to control most of the editor's functionality, using a textual interaction 'mini-buffer' at the bottom of the editor window where the current line number and other informational messages are normally displayed.

Related preferences that alter keyboard behaviors include Tab Key Action and Completion Keys for the auto-completer.

It is also possible to add, alter, or remove individual keyboard command mappings within each of these personalities. See Key Equivalents for details.

« 2. CustomizationTable of Contents2.1. User Interface Options »