Sublime: how to overwrite the Emmet plugin keyboard shortcuts

gavinlee發表於2017-08-03
https://stackoverflow.com/questions/20093496/sublime-2-how-to-overwrite-the-emmet-plugin-keyboard-shortcuts

Navigate to Preferences > Package Settings > Emmet > Settings – User.

Add the following to the file and save it:

{
    "disabled_keymap_actions": "increment_number_by_1, decrement_number_by_1"
} 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/310974/viewspace-2143044/,如需轉載,請註明出處,否則將追究法律責任。

相關文章