Vintage mode includes a variety of commands similar to the vi editor. This includes the basic settings of Sublime Text editor as shown in the code given below −
{ "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", "font_size": 15, "ignored_packages": [ ], "vintage_start_in_command_mode": true, "theme": "Soda Dark.sublime-theme" }
Mode | Description | Key |
---|---|---|
Command Mode | Waits for the user to enter a command | Esc |
Insert Mode | Text can be inserted in different positions | i/I/a/A |
Visual Mode | Select/highlight the text using the Movement Commands | V |
Visual Line Mode | Select/highlight lines of text using the arrow keys | Shift + V |
Vintageous is the package used for the descriptive analysis of vi editor. It can be downloaded using package control as mentioned below −
Once you successfully install the vintageous package, your screen will look like as shown in the following screenshot −