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 ...
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 ...
Vim and nano are command-line text editors that run in a terminal rather than a graphical user interface (GUI). Vim and nano have a similar appearance but differ greatly in functionality and ...
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 ...
The KDE desktop environment's advanced text editing program, which is called Kate, has a new input mode that is designed to mimic the functionality of the text-based Vi editor. The feature was ...
Microsoft just released ‘Edit’ as a new command-line text editor, which will soon be a built-in Windows application. It’s inspired by the MS-DOS Edit program from the 1990s, and it’s already ...
In a world where both software and hardware frequently become obsolete right on release, two rival programs can stake a claim to being among the longest-lived applications of all time. Both programs ...
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 ...
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.