{ "keys": ["ctrl+space"], "command": "expand_selection", "args": {"to": "line_prev"}, "context": [
{ "key": "preceding_text", "operator": "regex_contains", "operand": "[^ \t\n][ \t]*\n[ \t]*" },
] },
Why doesn’t this key binding trigger when placed here? It eliminates tabs/spaces to the left, then a newline, then more tabs/spaces, then a non-space character. It 100% should be triggering, but it’s broken.
//
{CURSOR} //
//