Sublime Forum

Command Mode by default on file open

#1

Whenever I open a new file (using Vintage), the cursor is in insert mode. Is there a way to default to Command Mode?

I tried:

	"command_mode": true

in File Settings and Global Settings, but neither seemed to do the trick.

0 Likes

#2

nm, I found the docs:

sublimetext.com/docs/2/vintage.html

	"vintage_start_in_command_mode": true
0 Likes

#3

Is this config line helping?

Sublime seems to be ignoring it.

I added:

"vintage_start_in_command_mode": true

…to Global.sublime-settings, but no dice.

Anyone else experiencing the same?

0 Likes

#4

vintage_start_in_command_mode is a file setting, rather than a global setting

0 Likes

#5

add to user settings and restart

“vintage_start_in_command_mode”: true

works for me.

0 Likes