Created
April 18, 2012 19:02
-
-
Save heartcode/2415794 to your computer and use it in GitHub Desktop.
Sublime Text 2 | Key Bindings - User
This file contains 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
[ | |
{ "keys": ["super+m"], "command": "toggle_minimap" }, | |
{ "keys": ["super+d"], "command": "duplicate_line" }, | |
{ "keys": ["super+up"], "command": "swap_line_up" }, | |
{ "keys": ["super+down"], "command": "swap_line_down" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are my custom key bindings for Sublime Text 2. If you want to use them...
Save this file as "Default (OSX).sublime-keymap" under "Users/USERNAME/Library/Application Support/Sublime Text 2/Packages/User"
OR
For the supported and default bindings go to "Sublime Text 2/Preferences/Key Bindings - Default"
Cheers!