" vi/nvi configuration file " " Both filec and cedit are set to the Tab key " set autoindent set autoprint set beautify set cedit=\ set extended set filec=\ set flash set iclower set leftright set matchtime=3 "set number set report=1 set ruler set searchincr set showmatch set showmode set tabstop=8 set tildeop set verbose set windowname set wraplen=80 " " The following keys are not associated with any existing " vi command: g K q V v * \ = ^K ^O ^X " " Map g to move the cursor to the first line, just like less(1) map g 1G " Map q to rewrap the current paragraph, similar to ^R in nano(1) map q !}Wrap " Map v to insert a newline before the cursor map v a k$