vim
vim 9.2.1001
Most popular clone of the VI editor
https://www.vim.orgVim License
main program: vimprograms: vi, vimtutor, rview, xxd, vimdiff, vim, rvim, ex, view
Platforms (45)
mipsel-netbsdarmv5tel-linuxm68k-netbsdmips64-linuxriscv64-netbsdriscv32-linuxsh4-linuxx86_64-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