Beyond basic modal editing: Using vim’s command-line mode

Most people learn vim’s <code>normal</code>, <code>insert</code>, and <code>visual</code> modes. But they’re only casually acquainted with vim’s powerful Ex commands. Let’s take a look at some. Read more

Similar

Configuring Vim as an IDE

VIM is the infamous text editor(only?, think again!) which I was scared to use initially. It is too overwhelming for new programmers. Fortunately, or unfortunately, I had to do software development and testing inside a Virtual Machine for a particular Ope... (more…)

Read more »