Last active
February 6, 2022 11:38
-
-
Save nikteg/2848f875dd5bdffbca15d598a97ef086 to your computer and use it in GitHub Desktop.
Some IntelliJ IDEA keybinds for Sublime Text
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
Show hidden characters
| [ | |
| { "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