(Created page with "<seo title="Exit Command | vEdit" description="The Exit command exits vEdit after prompting whether each modified buffer (file) is to be saved or abandoned."></seo> {{DISPLAYT...") |
(→Other Resources) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
;Exit | ;Exit | ||
:Prompt whether each buffer is to be saved or abandoned. Then exit vEdit. | :Prompt whether each buffer is to be saved or abandoned. Then exit vEdit. | ||
| − | + | ||
| − | + | To save all files and exit quickly without any prompts, use the '''Xall( )''' command. It is equivalent to clicking <kbd>File</kbd> then <kbd>Exit</kbd> followed by selecting '''Save all'''. | |
| − | To save all files and exit quickly without any prompts, use the '''Xall( )''' command. It is equivalent to clicking<kbd>File</kbd> then <kbd>Exit</kbd> followed by selecting '''Save all'''. | + | |
;Xall | ;Xall | ||
| Line 15: | Line 14: | ||
<div class="callout note">'''Xall( )''' does not save modified buffers that have no assigned filename, whereas '''Exit( )''' will prompt for the filename. as a precaution, '''Xall( )''' will prompt for a filename if the main buffer "1" has no assigned filename.</div> | <div class="callout note">'''Xall( )''' does not save modified buffers that have no assigned filename, whereas '''Exit( )''' will prompt for the filename. as a precaution, '''Xall( )''' will prompt for a filename if the main buffer "1" has no assigned filename.</div> | ||
| − | === | + | If you want to '''quit (abandon)''' all files and exit, use the '''Qall( )''' command. It is equivalent to clicking <kbd>File</kbd> then <kbd>Exit</kbd> followed by selecting '''Quit all'''. |
| + | |||
| + | ;Qall | ||
| + | :Quit (abandon) all files and exit, it prompts for confirmation. | ||
| + | ;Qally | ||
| + | :Quit (abandon) all files and exit without confirmation. | ||
| + | |||
| + | [[File:Qall_vEdit_Command.png|border|upright|class=img-responsive center-block|link=]] | ||
| + | |||
| + | Think of the "Y" in '''Qally( )''' as answering "Yes" to the confirmation prompt. '''Use it with caution!''' | ||
| + | |||
| + | ==Related Resources== | ||
| + | *[[Command_Line#Basic_Commands|Basic Commands]] | ||
| + | *[[Command Mode| Command Mode Overview]] | ||
| + | *[[Command_Line|Command Line Overview]] | ||
The Exit command is identical to clicking File then Exit and exits vEdit after prompting whether each modified buffer (file) is to be saved or abandoned.
To save all files and exit quickly without any prompts, use the Xall( ) command. It is equivalent to clicking File then Exit followed by selecting Save all.
If you want to quit (abandon) all files and exit, use the Qall( ) command. It is equivalent to clicking File then Exit followed by selecting Quit all.

Think of the "Y" in Qally( ) as answering "Yes" to the confirmation prompt. Use it with caution!