One of Go's greatest features is that it greatly integrates with Vim. In this article, I'll show you how to setup your Vim for Go development... (more…)
Read more »
A short guide for transitioning to Vim from GUI text editors like VS Code and Sublime. Get up to speed by learning the most essential commands. (more…)
Read more »
Folding is a way to collapse some chunks of code and thus hiding it from the view. That comes handy if you want to focus on editing of some other part of the file and don't want everything else to clutter your view. (more…)
Read more »
Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt. - GitHub - vifm/vifm: Vifm is ... (more…)
Read more »
Vim. Three letters that strike fear in the hearts of millions. By chance, I stumbled upon Vim (Vi-Improved) a couple of months ago. It was love at first sight. I proceeded to devour every article I… (more…)
Read more »