(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<seo title="Command Mode | vEdit" description="Learn about Command Mode which lets you enter macro language commands within the vEdit editor."></seo>
+
__NOTOC__
 +
<seo title="Command Mode | vEdit" description="Learn about vEdit's Command Mode which lets you enter and run macro language commands within the vEdit editor."></seo>
 
{{DISPLAYTITLE:Command Mode}}
 
{{DISPLAYTITLE:Command Mode}}
  
Line 18: Line 19:
  
 
==Related Resources==
 
==Related Resources==
*[[Command Line Overview|Complete Command Line Uses]]
+
*[[Command Line| Command Line Overview]]
*[[Command Line Overview]]
+
 
*[[Command Line Editing]]
 
*[[Command Line Editing]]
*[[Command_Line_Overview#Basic_Commands|Basic Commands]]
+
*[[Command_Line#Basic_Commands|Basic Commands]]

Latest revision as of 22:54, 27 January 2017


The vEdit Command Mode lets you enter macro language commands at the COMMAND: (Command Line) prompt. In this mode macros are immediately executed when you press Enter. This is a very convenient way to enter any desired macros and to learn the macro language.

Access vEdit Command Mode

It is often easier to use the Command Mode by first creating a Command Mode Window. As each command line is executed, you can then immediately see its effect on your file. A five line window can be created by clicking Escape (ESC Key) then Command mode window or by using the default keyboard shortcut Alt-/.

Related Resources