Forked from nelanka/Default (Windows).sublime-keymap
Last active
January 25, 2025 16:18
-
-
Save VBourdine/f8068a19303c0ecadf082f4b3a479241 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Key Bindings (IntelliJ IDEA Style) - Windows
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+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["ctrl+d"], "command": "duplicate_line" }, | |
{ "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
A bit corrected for mac and added two more: