Sublime Forum

Disable side by side preferences

#1

Is there an option to disable the side by side preferences in ST3 3126?


1 Like

#2

There is not; in order to get the old behaviour back you need to modify the menu accordingly. There are instructions for how to do this at: https://github.com/SublimeTextIssues/Core/issues/1329#issuecomment-242712163

2 Likes

#3

Thanks. Didn’t even think about overriding the preferences keystroke.

{ "keys": ["super+,"], "command": "open_file", "args": {
    "file": "${packages}/User/Preferences.sublime-settings"}
},
0 Likes