2013-08-28 19:05:46 +02:00
|
|
|
# Appending
|
|
|
|
a - drops vim into append mode
|
|
|
|
i - enters append mode without character skip
|
|
|
|
|
|
|
|
# File management
|
|
|
|
:w - writes (saves) file
|
|
|
|
:q - quits
|
2013-09-02 18:31:58 +02:00
|
|
|
:wq - writes file and quits
|
|
|
|
:q! - quits without saving changes
|