- SublimeCodeIntel Plugin
- Distraction Free Mode
- Sublime Text – Batch Processing
- Debugging Javascript Application
- Debugging PHP Application
- Sublime Text – Command Palette
- Sublime Text – Developing Plugin
- Sublime Text – Sub Menus of Font
- Sublime Text – Menus
- Sublime Text – Packages
- Sublime Text – Spell Check
- Sublime Text – Testing Python Code
- Sublime Text – Testing Javascript
- Sublime Text – Vintage Commands
- Understanding Vintage Mode
- Sublime Text – Theme Management
- Sublime Text – Base Settings
- Sublime Text – Indentation
- Sublime Text – Column Selection
- Sublime Text – Key Bindings
- Sublime Text – Macros
- Sublime Text – Snippets
- Sublime Text – Shortcuts
- Sublime Text – Sublime Linter
- Patterns of Code Editing
- Editing First Text Document
- Creating First Document
- Sublime Text – Data Directory
- Sublime Text – Installation
- Sublime Text – Introduction
- Sublime Text - Home
Sublime Text Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Subpme Text - Understanding Vintage Mode
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 −
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.
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 −