Skip to content

Instantly share code, notes, and snippets.

@dalbothek
Last active June 7, 2019 08:55
Show Gist options
  • Save dalbothek/7aaf2cf512a007038c684a50fd2dec51 to your computer and use it in GitHub Desktop.
Save dalbothek/7aaf2cf512a007038c684a50fd2dec51 to your computer and use it in GitHub Desktop.
IntelliJ key map for Sublime Text 3
[
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["shift+alt+up"], "command": "swap_line_up" },
{ "keys": ["shift+alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+g"], "command": "find_under_expand" },
{ "keys": ["super+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+shift+a"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
{ "keys": ["shift+tab"], "command": "unindent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment