vim
vim 9.2.0389
Most popular clone of the VI editor
https://www.vim.orgVim License
main program: vimprograms: view, rview, vimdiff, ex, vimtutor, vim, rvim, xxd, vi
Maintainers
Platforms (46)
x86_64-freebsdx86_64-solarismicroblaze-linuxmips-linuxmips64-linuxriscv32-linuxx86_64-redoxriscv64-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ vim ];
Ad-hoc shell
nix-shell -p vim
Flake (nix run)
nix run nixpkgs#vim