Skip to content

Instantly share code, notes, and snippets.

@nikteg
Last active February 6, 2022 11:38
Show Gist options
  • Save nikteg/2848f875dd5bdffbca15d598a97ef086 to your computer and use it in GitHub Desktop.
Save nikteg/2848f875dd5bdffbca15d598a97ef086 to your computer and use it in GitHub Desktop.
Some IntelliJ IDEA keybinds for Sublime Text
[
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["alt+up"], "command": "expand_selection", "args": { "to": "smart" } },
{ "keys": ["ctrl+g"], "command": "find_under_expand" },
{ "keys": ["super+shift+a"], "command": "show_overlay", "args": { "overlay": "command_palette" } },
{ "keys": ["shift+alt+up"], "command": "swap_line_up" },
{ "keys": ["shift+alt+down"], "command": "swap_line_down" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment