Last active
December 19, 2015 05:29
-
-
Save Ephasme/5904719 to your computer and use it in GitHub Desktop.
Shortcuts for sublime text 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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