Skip to content

Instantly share code, notes, and snippets.

@AMeng
Created June 19, 2013 12:48
Show Gist options
  • Select an option

  • Save AMeng/5814045 to your computer and use it in GitHub Desktop.

Select an option

Save AMeng/5814045 to your computer and use it in GitHub Desktop.
Make Ctrl+D better in Sublime
[
// Swap the bindings of "ctrl+d" and "alt+f3"
{ "keys": ["ctrl+d"], "command": "find_all_under" },
{ "keys": ["alt+f3"], "command": "find_under_expand" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment