I have added a key binding to insert quotes into text that looks like this:
[
{ "keys": ["alt+'"], "command": "insert", "args": {"characters": "„”"}}
]
The problem is that I would love the cursor to sit between the quotes afterwards, otherwise I have to move it there manually and this is two keystrokes instead of one, which is the whole point of having custom key bindings. Tried adding another command but it didn’t work. Any suggestions as to how to accomplish this? Using ST3 build 3103.



