I come from PyCharm where I use the double-tap shift key for the “Go to anything” command.
I tried to map that in ST3 Mac OS X, but it doesn’t work. Here is my try:
{ "keys": ["shift", "shift"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
What am I doing wrong? Or is it just not possible?