DEV Community

Discussion on: Brackets or VS code or Atom?

Collapse
 
nrobinson2000 profile image
Nathan Robinson • Edited

Atom when I'm working on a repo and I need multiple tabs and my Atom features.

Vim when I'm already in a terminal and need to do something quickly.
(I love Vim.)

Having this in my "~/.vimrc" makes vim awesome:

set mouse=a
syntax on