Created
January 20, 2021 15:58
-
-
Save DaddyMoe/160204c5e6c3708cac73e060150785fa to your computer and use it in GitHub Desktop.
IntelliJ Idea unix based key mappings for SublimeText. For those, like me, with muscle memory bonded to IntelliJ shortcuts
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
Show hidden characters
// Open Sublime. The Preference-> key bindings. Apply all or selected few from the following. | |
[ | |
{ "keys": ["super+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["super+d"], "command": "duplicate_line" }, | |
{ "keys": ["shift+alt+up"], "command": "swap_line_up" }, | |
{ "keys": ["shift+alt+down"], "command": "swap_line_down" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment