Downloading Vim #
- Windows: From GitHub
- Mac: From Homebrew
- Linux (Debian or Debian-based):
sudo apt update && sudo apt install vim
- Linux (Arch):
sudo pacman -Syu vim
- Linux (from source): From Github, instructions
Downloading Neovim #
- Windows (winget):
winget install Neovim.Neovim
- Windows (installer): Latest from Github, Nightly from Github
- Mac: From Homebrew
- Linux (Debian or Debian-based):
sudo apt update && sudo apt install neovim
- Linux (Arch):
sudo pacman -Syu neovim
- Linux (from source): From Github, instructions
Getting started #
- Vim as your editor - ThePrimeagen
- Primeagen's FrontEndMasters course on Vim
- Vim university - Wincent
- Vimcasts
- The help pages
Useful help pages #
1:h tutor " First use hands-on experience
2:h doc-file-list " Table of contents
3:h user-manual " Vim's user manual (after tutor)
4:h quickref " Quick reference (if your already comfortable in vim)
5:h nvim " Neovim-specific documentation entry point