
Wed Jan 24 2024
How to Undo and Redo in Vim / Vi
Vi or Vim is pre-installed by default on macOS and almost all Linux distributions. In this article, we will show you how to undo and redo changes in Vim / Vi.
Read more

Mon Jan 11 2021
Find and Replace in Vim / Vi
Find and replace is a powerful feature of Vim, which allows you to make changes to your text quickly.

Fri Oct 02 2020
How to Search in Vim / Vi
This article describes how to perform search operations in Vim / Vi. Vim allows you to quickly find text using the / (forward slash) and ? (question mark) commands.

Fri Oct 02 2020
How to Copy, Cut and Paste in Vim / Vi
When working with text files, copying, cutting, and pasting text is one of the most commonly performed tasks. This article shows how to copy, cut, and paste in Vim / Vi editor.
Fri Oct 02 2020
How to Show Line Numbers in Vim / Vi

Fri Oct 02 2020
How to Save a File in Vim / Vi and Quit the Editor

Sun Jul 19 2020
How to Delete Lines in Vim / Vi
