I successfully added a shortcut by adding this to my user keymap file:
[ { "keys": ["ctrl+;"], "command": "auto_complete" } ]
But now I just have both the old and new shortcut I’d like to remove the old one, but the aparent file path of the default keymap file (/Users/Matt/Library/Application Support/Sublime Text 3/Packages/Default/Default (OSX).sublime-keymap
) does not even exist on my computer. When I try to “reveal in finder” it brings me to my packages folder, which does not contain a folder “default”. Also, when I try to save the file I get the error:
Unable to save ~/Library/Application Support/Sublime Text 3/Packages/Default/Default (OSX).sublime-keymap Error: No such file or directory
.