Skip to content

Instantly share code, notes, and snippets.

@peiel
Last active June 10, 2021 05:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peiel/3df35202c8fe04dfe34c0f4a0e9440cf to your computer and use it in GitHub Desktop.
Save peiel/3df35202c8fe04dfe34c0f4a0e9440cf to your computer and use it in GitHub Desktop.
macos jetbrain idea keymap
[
{ "keys": ["ctrl+g"], "command": "find_under_expand" },
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "context":
[
{ "key": "overlay_has_focus", "operator": "equal", "operand": false },
],
},
{ "keys": ["super+alt+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"} },
{ "keys": ["super+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment