Tuesday, February 21, 2012

Basic commands of VIM


esc + i                   = insert
esc + : + w            = save
esc + : + wq          = save exit 
esc + : q                = exit 
esc + : + q!           = forced out 
/name                   = search by standard
[numero]yy          = copy line 
esc + p                 = paste line        
dd[numera]          = delete the number of lines  
esc + u                 = undo

0 comentários:

Post a Comment