Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Re-define ctrl-d in sublime when using emmet

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": "???" },
like image 723
Lorin Hochstein Avatar asked Sep 01 '26 00:09

Lorin Hochstein


1 Answers

Try with

{ "keys": ["ctrl+d"], "command": "right_delete" }
like image 82
Riccardo Marotti Avatar answered Sep 03 '26 16:09

Riccardo Marotti



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!