Change Atom Keybinding Source

79 views Asked by At

Currently the key binding I have Ctrl-Shift-C does code formatting but after a key inspection its using Atom Ide Code Format instead of nuclide-js-format (the desired installed package). How can I change the source to only use the formatter from the desired package?

Currently my keymap.cson looks like this:

'.platform-linux atom-workspace atom-text-editor:not(.mini)':
  'ctrl-shift-C': 'code-format:format-code'
0

There are 0 answers