tanepiper / SublimeText-Nodejs

nodejs snippets and bindings for Sublime Text 3
Do What The F*ck You Want To Public License
1.13k stars 262 forks source link

Turning off shortcuts #62

Closed NolanChan closed 7 years ago

NolanChan commented 7 years ago

Hi,

Could I ask how I can turn off shortcuts, specifically NodeJS > Debug [^ + D]? The NodeJS shortcuts are interfering with VI mode for me

Thanks! Nolan

screen shot 2017-05-05 at 12 45 09 pm
varp commented 7 years ago

Hi @NolanChan ,

I've added new functionality for changing default key bindings. Could you check out the branch issue-62?

varp commented 7 years ago

Fixed in a new release v1.5.5. Check out the master branch or install the new version from package manager.

NolanChan commented 7 years ago

Thanks @varp , will do