comparison runtime/doc/quickref.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 5f559eb69ed8
children 998a43de0507
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *quickref.txt* For Vim version 7.0aa. Last change: 2005 Mar 07 1 *quickref.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
1169 |ZZ| ZZ Same as ":x". 1169 |ZZ| ZZ Same as ":x".
1170 |ZQ| ZQ Same as ":q!". 1170 |ZQ| ZQ Same as ":q!".
1171 |:xall| :xa[ll][!] or :wqall[!] 1171 |:xall| :xa[ll][!] or :wqall[!]
1172 Write all changed buffers and exit 1172 Write all changed buffers and exit
1173 1173
1174 |:stop| :st[op][!] Suspend VIM or start new shell. If 'aw' option 1174 |:stop| :st[op][!] Suspend VIM or start new shell. If 'aw' option
1175 is set and [!] not given write the buffer. 1175 is set and [!] not given write the buffer.
1176 |CTRL-Z| CTRL-Z Same as ":stop" 1176 |CTRL-Z| CTRL-Z Same as ":stop"
1177 ------------------------------------------------------------------------------ 1177 ------------------------------------------------------------------------------
1178 *Q_ac* Automatic Commands 1178 *Q_ac* Automatic Commands
1179 1179