atom

Results 3 issues of atom

The following: ``` key.setGlobalKEy('M-w', function (ev) { command.copyRegion(ev); }, 'Copy selected text', true); ``` Fails to work when the findbar is up, M-w gets highjacked by the "Whole Works" toggle....

I am interested in using https://github.com/mooz/keysnail/blob/master/plugins/keyspawn.ks.js but when attempting to install it says "Given file is not a valid plugin"

It would be nice if there was something that would allow block indenting or tab character insertion that could be bound to something like C-i like in Emacs c-indent-line-or-region