Skip to content

Instantly share code, notes, and snippets.

@DaddyMoe
Created January 20, 2021 15:58
Show Gist options
  • Save DaddyMoe/160204c5e6c3708cac73e060150785fa to your computer and use it in GitHub Desktop.
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
// 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