Vi Short Command Reference

Revision as of 21:35, 27 June 2007 by Admin (Talk | contribs)

Vi short command reference

(Learn or review your Vi commands with this concise reference)
by: Krissy J. krissyj@robotz.com

Operation

i input mode
esc command mode
:se number display line numbers
:se nonumber don't display line numbers
:e open file
:w save (write) file to disk
:wq save and quit
:q! quit but don't save
number,command apply command number times (e.g. 4,x = delete 4 characters)
. repeat last effective cmd
esc,u undo it
ctrl-r redo it



Trans American Software
Robotz.com Developer's Project
developer@robotz.com

Last modified on 27 June 2007, at 21:35