Skip to content

Commit d77cbae

Browse files
committed
Install "Marked App Menu" plugin and bind to alt+cmd+m on OS X.
1 parent 7bf27eb commit d77cbae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Default (OSX).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["super+alt+m"], "command": "marked" }
3+
]

Package Control.sublime-settings

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"Jinja2",
1212
"LineEndings",
1313
"MarkdownEditing",
14+
"Marked App Menu",
1415
"nginx",
1516
"Package Control",
1617
"Pretty JSON",

0 commit comments

Comments
 (0)