Sublime Forum

'/' and friends not working (Vintage mode)

#1

Classically trained vimmer here. Trying to make the switch over but have hit a wall. The Vintage Mode docs say this:

Many other miscellaneous commands are supported too, such and *, /, n, N, s, S and more.

I would really like to use these immediately. Vintage mode works fine for me otherwise, but these commands do not.

I have searched the web and this forum extensively.

Typing ‘/’, for example, does nothing. I would prefer if it allowed me to type a search query.

I own a license and am running ST3 build 3143.

My config looks like this:

{
“font_size”: 16,
“ignored_packages”:
[
“0_package_control_loader”
],
“tab_size”: 2,
“vintage_start_in_command_mode”: true
}

Please help me search with ‘/’ and ‘*’ – please help me search.

0 Likes

#2

Figured it out. Looks like ‘package_control’ was failing to load. Removing ‘0_package_control_loader’ from my ignored_packages settings array fixed the issue.

0 Likes