alt+shift+1 overrides default layout hotkey
alt+shift+1 is used to set single layout
It should not be used at all by this plugin, but as a temporary solution you can add this to your user key bindings:
{
"keys": ["alt+shift+1"],
"command": "set_layout",
"args": {
"cols": [0, 1],
"rows": [0, 1],
"cells": [[0, 0, 1, 1]]
}
},
Agreed, was quite annoying to set that up
It is, of course, worth changing the defaults, but this is one of the problems with ST...how do you keep track of which key bindings are being used? And what is to stop ST itself creating a new binding in the future that some package has already tried to use?
I came across a plugin recently--can't remember which--that didn't have any default bindings, and instead documented how they should be added. It would be worth investigating whether it is now best practice to not include bindings.