Created
August 16, 2023 13:01
-
-
Save AidasK/b80cbd17af8d3b124f890460d008d6fc to your computer and use it in GitHub Desktop.
IntelliJ IDEA/PHPStorm MacOS keybindings for SublimeText
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": ["super+d"], "command": "duplicate_line" }, | |
{ "keys": ["super+delete"], "command": "delete_line" }, | |
{ "keys": ["shift+alt+up"], "command": "swap_line_up" }, | |
{ "keys": ["shift+alt+down"], "command": "swap_line_down" }, | |
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false} }, | |
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment