Alternative to CTRL + C of macOS Terminal in Sublime Text 3

Solution 1:

Open Key Bindings from Preferences of Sublime Text or short cut is (cmd ⌘ + ,) and add like:

[
    { "keys": ["ctrl+c"], "command": "cancel_build" },
]