nvim

Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation. Pressing i in normal mode enters insert mode. <Esc> goes back to normal mode, which doesn't allow regular text insertion. See also: vim, vimtutor, vimdiff. More information: <https://neovim.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y neovim
Ubuntu
RUN apt-get update && \ apt-get install -y neovim
Alpine
RUN apk add neovim
Arch Arch Linux
RUN pacman -S --noconfirm neovim
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y neovim
Fedora
RUN dnf install -y neovim
Raspbian
RUN apt-get update && \ apt-get install -y neovim
click the source code to copy install nvim on any operating system with command-not-found.com