sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Fix Shortcut Key #197

Closed hasanbayatme closed 6 years ago

hasanbayatme commented 7 years ago

Hi.

Thanks for the awesome job, but it needs a shortcut key to run Fix command.

Thanks.

florianb commented 6 years ago

Hi @EmpireWorld - thank you very much for getting in touch. I do currently not consider adding a global shortcut for any Editorconfig functions, since there seems no significant amount of interest for that feature.

Feel free to add a shortcut for your needs by adding f.e.

    'ctrl-alt-f':     'EditorConfig:fix-file'

to your keymap.cson.

hasanbayatme commented 6 years ago

Nice. thanks. i will do it. good alternative.