Skip to content

Commit

Permalink
bring back shift+tab is OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz committed Feb 22, 2015
1 parent 92c7331 commit 61a7a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[{ "key": "selector", "operator": "equal", "operand": "(markup.heading.1.markdown.note | markup.heading.2.markdown.note | markup.heading.3.markdown.note| markup.heading.4.markdown.note| markup.heading.5.markdown.note| markup.heading.6.markdown.note)" }]
},

{ "keys": ["super+ctrl+alt+-"], "command": "note_global_folding", "context":
{ "keys": ["shift+tab"], "command": "note_global_folding", "context":
[{ "key": "selector", "operator": "equal", "operand": "text.html.markdown.note" } ]
},

Expand Down

0 comments on commit 61a7a67

Please sign in to comment.