If you want to improve productivity on any piece of frequently used software there’s a simple solution: ditch the mouse and use keyboard shortcuts instead. Plenty of you already know to hit control-c ...
IDEs have surrounded developers since long, but the older generation of developers used to write their code right from the terminal window. Although IDEs increase productivity and made it easier to ...
The latest edition of the widely used Vim text editor now supports both the Lua programming language as well as the latest versions of Python and Perl. Bram Moolenaar, the developer behind Vim, has ...
[Screenshot: Open Vim] A couple of years ago, I took an Introduction to Software Development class, in which we covered Unix and used Vim to write a few simple programs. I didn’t really get the point ...
Twenty years ago today Bram Moolenaar unleashed Vim on the world and text editing was never the same again. Short for vi iMproved, Vim was originally written as a vi clone for the Amiga and then soon ...
Most Linux users know vim as a text editor that descended from vi. It can also function as a tool for encrypting text files. In this post, we examine how this is done and how to reverse the process.
The latest edition of the widely used Vim text editor now supports both the Lua programming language as well as the latest versions of Python and Perl. Bram Moolenaar, the developer behind Vim, has ...
Coming from a coding background, I've spent considerable time using the Vim editor because of its efficiency, modal editing, lightweight, and highly customizable options. Vim taught me a lot. It was ...