Old-school flame wars about the best bare-bones text editor for software development may be revived as new editions of Vim and GNU Emacs were released in the same week. The two text editors have ...
In the world of text editors, there's a plethora of options out there. If you've ever Googled "how to edit HTML sites" or some such, you know what we mean. Allow us, then, to introduce you to VIM, a ...
The Vim text editor was first released to the public on November 2, 1991—exactly 20 years ago today. Although it was originally designed as a vi clone for the Amiga, it was soon ported to other ...
One of the greatest productivity gains you can make is to type less and navigate through your code faster. VsVim, written by Jared Parsons, is an extension for Visual Studio 2010 and later which will ...
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 ...
Rarely on these pages have I read such a fluff piece! Al Williams’ coverage of Emacs versus Vim was an affront to the type of in-depth coverage our Hackaday readers deserve. While attempting to be ...
Syntax highlighting used to be trickier to implement. Not only does an editor need to understand the syntax of a language, it ...