Seven Versatile Vim Commands That Are Easy to Memorize

If you’re like me, you often re-Google Vim commands on the fly at the moment you realize you need them. For productivity’s sake, it can be worth practicing useful commands to make turn them into habit. In this article, we’ll discuss 7 Vim commands that ar… Read more

Similar

Editing remote files via scp in Vim

Vim 6.x has the netrw plugin installed as a standard plugin. It allows you to edit files via ftp, rcp, scp, or http. If your username differs on the remote host, however, and you're trying to use scp, things can get a little weird, particularly if you're ... (more…)

Read more »