Vim
viis created by Bill Joy, who later co-founded Sun Microsystems.vistands for “visual”. Before that there was only line-editor.viis part of POSIX standard.- On most systems,
viis linked tovim. - See NeoVim.
- In traditional
vi,normalandcommandmode are calledcommandandexmode instead.
Tricks
- Run
mess(=messages) to see what happened if plugin is not working. - Use
modelinefor per-file config. s/xxx/xxx/gc, usecflag for confirmation.- Use
:rto read a whole file into current buffer