Skip to main content

Vim

Vim is a highly configurable text editor built to enable efficient text editing. Vim is my favorite text editor. When managing Linux/UNIX knowledge knowledge of Vi is almost mandatory and using Vim makes it that much easier.

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.

Vim is often called a “programmer’s editor,” and so useful for programming that many consider it an entire IDE. It’s not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

—- http://www.vim.org/

2023

Vim tips
230 words
Put a ‘c’ after a substitute command # Not always needed but does help keeping control of your changes.
Configure Vim
152 words
Basic vim is good, but extending knowledge and customizing your setup is highly recommended.