Neovim
Neovim is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie). It is not a rewrite but a continuation and extension of Vim. Many clones and derivatives exist, some very clever—but none are Vim. Neovim is built for users who want the good parts of Vim, and more.
My setup
Section titled “My setup”I use AstroNvim with some modifications which you can find here
Installation
Section titled “Installation”Make a backup of your current nvim and shared folder
Section titled “Make a backup of your current nvim and shared folder”mv ~/.config/nvim ~/.config/nvim.bakmv ~/.local/share/nvim ~/.local/share/nvim.bakmv ~/.local/state/nvim ~/.local/state/nvim.bakmv ~/.cache/nvim ~/.cache/nvim.bak
Clone AstroNvim with my custom configuration
Section titled “Clone AstroNvim with my custom configuration”git clone https://github.com/alex289/astronvim_config ~/.config/nvim
Start Neovim
Section titled “Start Neovim”nvim
Cheatsheet
Section titled “Cheatsheet”Leader: Space
New file: Leader + n
Next buffer: ]b
Previous buffer: [b
Close buffer: Leader + bc
Escape key: jj, jk
Neotree toggle: Space + e
Neotree focus: Space + o