Created
October 16, 2014 14:03
-
-
Save nelanka/867190e04f5a81b31fc9 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Key Bindings (IntelliJ IDEA Style) - Windows
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": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["ctrl+d"], "command": "duplicate_line" } | |
] |
Thank you for putting this together!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add those two lines to move lines up and down like in IntelliJ