Vim has a couple ways to run terminal commands from the editor. From ex command mode, :!
will allow running a single command before breaking back to Vim, while :term
will open a new terminal window within Vim, by default in a split, to run as many commands as you want. There are several settings in my vimrc
that I add to make working with these terminal modes easier and nicer. I will share some of them below.
text posts
Atom
I finally installed Atom on my personal machine recently. I’ve been using it at work for quite a while now.
Continue reading post "Atom"