Sublime Forum

Newbie: how to turn on vintage mode

#1

Apologies for my newbie questions. I’m trying to turn on vintage mode as a VI user.

Here’s what the doc says
Vintage is disabled by default, via the ignored_packages global setting. If you remove “Vintage” from the list of ignored packages, you’ll be able to edit with vi keys:
Select the Preferences/Global Settings - Default menu item
Edit the ignored_packages setting…
sublimetext.com/docs/2/vintage.html

Problem is under Sublime Text 2/Preferences, I don’t see Global Settings as a menu option. Any idea how to edit the ignore_packages setting?

Thanks a bunch,
R

0 Likes

#2

The name has changed in the meantime. It’s now called “Settings - User”.

Just make sure to add this line:

"ignored_packages": ]

Depending on where you put this line, you might need to add a comma at the end.

0 Likes

#3

worked for me. thanks so much! :smiley:

0 Likes