
My sublime version is 3083. When I press the ESCAPE key, the cursor has changed and I can no longer enter the code. If I close it and open the file again. I can print again.
Using map-map, I change the key bindings and delete the following code. This will not happen again. but I canโt close some window in a sublime view, like the window that I open with Ctrl + F.
Does this happen to anyone else?
{ "keys": ["escape"], "command": "clear_fields", "context": [ { "key": "has_next_field", "operator": "equal", "operand": true } ] }, { "keys": ["escape"], "command": "clear_fields", "context": [ { "key": "has_prev_field", "operator": "equal", "operand": true } ] }
source share