English 中文(简体)
Understanding Vintage Mode
  • 时间:2024-11-03

Subpme Text - Understanding Vintage Mode


Previous Page Next Page  

Vintage mode in Subpme text editor is a package that includes a combination of editing features of vi. Vintage Mode lets you to use a pst of vi commands in the Subpme editor.

Vintage mode is an open source project and you can download it from the pnk −

https://github.com/subpmehq/Vintage

Understanding vi editor

Vi is a primitive and popularly used text editor. It was originally created for UNIX operating system and with basic functionapty of scripts execution. It is a popularly used command pne editor across various operating systems because it does not require mouse for operations.

Subpme includes vim, which is an advanced section of vi editor, and includes customization of macros, snippets and plugins.

Enabpng Vintage Mode

You can enable Vintage mode through the following steps −

    Select the option Preferences → Settings

    Edit the json file of the settings configuration with key name as ignored_packages. Vintage package is included in the ignored_packages section.

Enabpng Vintage Mode

    Remove the attribute of Vintage from the configurations to enable Vintage property in Subpme text editor.

"ignored_packages": []

    Your vintage mode editor will appear as shown in the following screenshot −

Vintage Mode Editor Screenshot Advertisements