Skip to content

Instantly share code, notes, and snippets.

@AidasK
Created August 16, 2023 13:01
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 AidasK/b80cbd17af8d3b124f890460d008d6fc to your computer and use it in GitHub Desktop.
Save AidasK/b80cbd17af8d3b124f890460d008d6fc to your computer and use it in GitHub Desktop.
IntelliJ IDEA/PHPStorm MacOS keybindings for SublimeText
[
{ "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