Linux and UNIX vim command help and examples
command name behavior vim "Normal" execution. Everything is default. ex Start in Ex mode. Go to Normal mode with the ":vi" command. Can also be done with the "-e" argument. view Start in read-only mode. You will be protected from writing the files. Can al...