Hello,
I am experiencing strange behaviour with atom and keybindings. This started after I updated Atom from 1.1 to 1.3.2.
None of my custom keybindings show up in the Key Binding Resolver neither in Settings/Keybindings. Weirder, some of them stopped working after update, some of them still do and some of them work even though I removed it from the keymap.cson at all.
How can I find out what is wrong?
See how my keybindings are not found:
Edit: Behaviour is the same with atom --save
Edit: I fixed this by removing the empty keybindings on lines 20 and 29, as the debug console (cmd+alt+i) suggested.