From: moshee Date: Tue, 26 May 2015 15:45:40 +0000 (-0700) Subject: Merge pull request #15 from alexbarton/fix-keymaps-tag X-Git-Url: https://arthur.barton.de/gitweb/?p=atom-ax-pipe.git;a=commitdiff_plain;h=dce42312e4588a50817f87c0ceedeba0f876a454;hp=d96c167d7c4b6d722a6fb20cb0e929f33c8049f6 Merge pull request #15 from alexbarton/fix-keymaps-tag Use the `atom-text-editor` tag instead of the `editor` class. --- diff --git a/keymaps/pipe.cson b/keymaps/pipe.cson index cd5b078..93aabed 100644 --- a/keymaps/pipe.cson +++ b/keymaps/pipe.cson @@ -7,5 +7,5 @@ # For more detailed documentation see # https://atom.io/docs/latest/advanced/keymaps -'.atom-text-editor': +'atom-text-editor': 'cmd-;': 'pipe:run'