I’m not entirely sure when this started happening, but I only noticed it this morning. If I have a window open, and either hit the keyboard shortcut, or use the menu option, I don’t get a new window, I get a new tab in the current window. I know this used to work the way I expect it to, so I’m not sure what changed. I have the “open_files_in_new_window” option set to true in my preferences, but changing it to false doesn’t change the behavior I’m seeing. If I minimize/hide the current window, the shortcut/menu option work as expected.
EDIT: I verified that the correct keybindings appear in my settings, and they are correct as far as what I understand they should be.
{ “keys”: [“super+shift+n”], “command”: “new_window” }
{ “keys”: [“super+n”], “command”: “new_file” }
Any thoughts on how or why this is happening, and what I can do to make it work as expected?