Vim
A classic visual modal text editor that has long since supplanted the older Vi editor. Long time rival of Emacs. In recent hears, supplanted by Neovim.
(www.vim.org) welcome home : vim online website
ROAM_REFS: https://www.vim.org/
- Vim - the ubiquitous text editor
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.
Vim is rock stable and is continuously being developed to become even better. Among its features are:
- persistent, multi-level undo tree
- extensive plugin system
- support for hundreds of programming languages and file formats
- powerful search and replace
- integrates with many tools
(en.wikipedia.org) Vim (text editor) - Wikipedia website
ROAM_REFS: https://en.wikipedia.org/wiki/Vim_(text_editor)
Vim (vɪm; vi improved) is a free and open-source, screen-based text editor program. It is an improved clone of Bill Joy's vi. Vim's author, Bram Moolenaar, derived Vim from a port of the Stevie editor for Amiga and released a version to the public in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. Since its release for the Amiga, cross-platform development has made it available on many other systems. In 2018, it was voted the most popular editor amongst Linux Journal readers; in 2015 the Stack Overflow developer survey found it to be the third most popular text editor, and in 2019 the fifth most popular development environment.