Sublime Forum

Cli --new-window and global preferences

#1

I got tired of dragging my project folder into sublime text so I went ahead and added a context menu command via registry

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Open in Sublime Text\command]
@="\"J:\\Dropbox\\Applications\\sublimetext2-2065.x64\\sublime_text.exe\" \"%1\" --new-window"

BUT, when sublimetext.exe --new-window runs sublime ignores the “status_bar_visible”: true, setting in my global preferences.

Ctrl+B is simple fix, but I just thought I’d report the inconsistency.

0 Likes