Skip to content

Instantly share code, notes, and snippets.

@Ephasme
Last active December 19, 2015 05:29
Show Gist options
  • Select an option

  • Save Ephasme/5904719 to your computer and use it in GitHub Desktop.

Select an option

Save Ephasme/5904719 to your computer and use it in GitHub Desktop.
Shortcuts for sublime text 2
// Shortcut to toggle minimap
[
{ "keys": ["ctrl+k ctrl+m"], "command": "toggle_minimap" },
]
// Config Emmet to reactivate multiline select
"disabled_keymap_actions": "increment_number_by_10, decrement_number_by_10",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment