Skip to content

Commit

Permalink
Fix .platform-darwin keymap selector
Browse files Browse the repository at this point in the history
Comma in CSS means OR
  • Loading branch information
ulidtko committed May 1, 2018
1 parent 74a37a1 commit cb9e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymaps/language-idris.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ctrl-i enter": "language-idris:open-repl"
},

".platform-darwin, atom-text-editor[data-grammar~=\"idris\"]": {
".platform-darwin atom-text-editor[data-grammar~=\"idris\"]": {
"cmd-i a": "language-idris:add-clause",
"cmd-i b": "language-idris:browse-namespace",
"cmd-i c": "language-idris:case-split",
Expand Down

0 comments on commit cb9e33e

Please sign in to comment.