10 Must Have Command Line Tools for Linux

1. Neovim Neovim (aka nvim) is a modern highly-refactored Vim with a 30% less codebase yet preserving Vim’s functionality. After installation, it is accessible by the vim/vi or nvim command. For me, a person not proficient with Vim editing modes, Neovim opened the gate to them. It has an interactive tutorial that lets learning by doing and not memorizing. Just type :Tutor when you launch the editor and follow the exercises....

June 22, 2022 · 5 min · Aleksandr Tabakov