When I install the Emmet package in Sublime Text, it changes the definition of ctrl+d. I'd like ctrl+d to have the default behavior, which is to delete the character in front of the cursor. What should I fill in under?
Below when I define my User key bindings for the Emmet package?
{ "keys": ["ctrl+d"], "command": "???" },
Try with
{ "keys": ["ctrl+d"], "command": "right_delete" }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With