I am looking to change keybindings of Atom text editor. I am familiar with Android Studio.
Does Atom allow us to customize key bindings?
To override existing atom keybindings, just paste the new keybinding in
~/.atom/keymap.cson
If you want emacs keybindings for atom, get all the keybindings from, https://github.com/dvorka/atom-editor-emacs-key-bindings/blob/master/keymap.cson
TO APPLY:
$ gedit ~/.atom/keymap.cson
paste , save & exit. Restart atom , Done !