Atom has become my default editor. Before I used vim most but thankfully there is a vim-mode plugin to get most of the benefits.
However not everyone is comfortable using vim navigation keys to edit code. For my team members I added a shortcut to my Atom config to quickly enable and disable the vim-mode plugin. It pays to be a good team player!
You can extend your Atom editor by adding functionality to your init.coffee
.
Then to add a shortcut to execute vim-mode:toggle-enabled
defined above add to
your keymap.cson
.
Now I can do ctrl-alt-v
to turn vim-mode on and off.
Read more about The Init File and Customizing Key bindings.
If you need help solving your business problems with software read how to hire me.