Skip to content

Instantly share code, notes, and snippets.

@joekarma
Created August 14, 2016 10:45
Show Gist options
  • Save joekarma/fbbe0638b8ec8b6257808559570d3fc0 to your computer and use it in GitHub Desktop.
Save joekarma/fbbe0638b8ec8b6257808559570d3fc0 to your computer and use it in GitHub Desktop.
Adding back ctrl+d to delete in Sublime Text for the Mac. Not sure why this is necessary... Maybe it's a plugin conflict?
[
{ "keys" : ["ctrl+d"], "command" : "right_delete" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment