I am looking to change keybindings of Atom text editor. I am familiar with Android Studio.
Does Atom allow us to customize key bindings?
I had conflicting key-bindings of Emmet and Line-Breaker, two essential tools for a programmer or writer. I am on Linux Debian derivative, with Atom 1.45 version.
I did not find the keymap.cson
in my ~/.atom/
directory. Rather, I found keymaps in the ~/.atom/packages
subdirectory.
So to resolve my issue, I had updated the ~/.atom/packages/line-breaker/keymaps/line-breaker.cson
file, where I changed the key bindings.