I have a habit of hitting CTRL+T to open a new tab in ST2. However this invokes the transpose function. I could map the new_file
command to CTRL+T, but is it possible to disable the command completely via user keymap file. My search suggested adding this to user keymap.
[ { "keys": ["ctrl+t"], "command": "unbound" } ]
Is the "unbound" an officially endorsed way of disabling a shortcut?