vim

Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. Pressing i in normal mode enters insert mode. Pressing <Esc> goes back to normal mode, which enables the use of Vim commands. See also: vimdiff, vimtutor, nvim. More information: <https://www.vim.org>.

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