vim

2021-01-08

How to install NeoVim 0.5 in Ubuntu. Short and uncomplicated.

2021-03-19

Sometimes you want to run a macro in vim on a visual selection. Here is how 😁

2021-05-21

This time we are going to look at the update-alternatives command to maintain symbolic links to chosen defaults.

2024-11-29

Search and replace in Vim uses the :s command to quickly substitute text in a line, range, or entire file. With options like global replacement, word boundaries, and confirmation prompts, it streamlines editing tasks efficiently.

2021-04-09

Lately I'm using Vim (or actually NeoVim) more and more often. This comes with the need for Macros. Here is how you can save your vim macros permanently to your vimrc.

2021-03-26

Here is how to record and execute macros in vim. Short and simple.