Skip to content

Instantly share code, notes, and snippets.

@meteozond
Created July 29, 2019 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meteozond/49259583fd183e643a332d3cb692228b to your computer and use it in GitHub Desktop.
Save meteozond/49259583fd183e643a332d3cb692228b to your computer and use it in GitHub Desktop.
IntelliJ IDEA HotKey KeyMap bindings for Sublime
[
{
"keys": ["alt+up"],
"command": "find_under_expand"
},
{
"keys": ["shift+alt+down"],
"command": "swap_line_down"
},
{
"keys": ["shift+alt+up"],
"command": "swap_line_up"
},
{
"keys": ["shift+super+down"],
"command": "swap_line_down"
},
{
"keys": ["shift+super+up"],
"command": "swap_line_up"
},
{
"keys": ["super+backspace"],
"command": "run_macro_file", "args": {"file": "res://Packages/User/Delete Line.sublime-macro"}
},
{
"keys": ["super+d"],
"command": "duplicate_line"
},
{
"keys": ["super+l"],
"command": "show_overlay", "args": {"overlay": "goto", "text": ":"}
},
{
"keys": ["super+left"],
"command": "goto_definition"
},
{
"keys": ["super+r"],
"command": "show_panel", "args": {"panel": "replace", "reverse": false}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment