Last active
June 10, 2021 05:48
-
-
Save peiel/3df35202c8fe04dfe34c0f4a0e9440cf to your computer and use it in GitHub Desktop.
macos jetbrain idea keymap
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
[ | |
{ "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