Forked from asafch/Default (OS X).sublime-keymap
Last active
August 20, 2022 04:56
-
-
Save theankitgaurav/73eee267bcac59dab4fec099b874feee to your computer and use it in GitHub Desktop.
IntelliJ style key-bindings for Sublime-text on MacOS
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+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["super+d"], "command": "duplicate_line" }, | |
{ "keys": ["super+`"], "command": "toggle_side_bar" }, | |
{ "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} }, | |
{ "keys": ["super+shift+up"], "command": "swap_line_up" }, | |
{ "keys": ["super+shift+down"], "command": "swap_line_down" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }, | |
{ "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser", "parser":"markdown"} }, | |
{ "keys": ["alt+super+i"], "command": "reindent", "args": {"single_line": false}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment