PEM-- / meteor-helper

Meteor.js under Atom.io
http://pem-musing.blogspot.fr/2014/07/meteorjs-from-within-atomio-full-stack.html
MIT License
50 stars 9 forks source link

Ctrl-Alt-M duplicate #47

Closed tvld closed 9 years ago

tvld commented 9 years ago

On Linux we have

ctrl-alt-m bracket-matcher:select-inside-brackets Bracket Matcher .platform-linux atom-text-editor

This does not play well with the same keybinding to Toggle Meteor...

tvld commented 9 years ago

Solved for now with adding:

'atom-workspace':
  'ctrl-cmd-m': 'meteor-helper:toggle'
  'ctrl-cmd-r': 'meteor-helper:reset'
  'ctrl-cmd-s': 'meteor-helper:showHide'

to the file keymap.cson

PEM-- commented 9 years ago

Indeed, Atom lets you override the keymap settings. Feel free to add this in the documentation. Contributions are warmly welcomed :smile: