&dactyl.appName;'s command-line mode is perhaps its most powerful interface. In this mode, the command input bar at the bottom of the window is given the keyboard focus for any of a variety of required inputs. In addition to access to almost every aspect of &dactyl.appName; and &dactyl.host;, the command line provides power and comprehensive completion for all of its commands, along with concise descriptions for each command and all of its arguments. Couple this with persistent, searchable command history, and you have a very efficient interface for easily performing simple and complex tasks.
Included among the several command-line modes are Ex command mode (the standard mode for entering commands), find mode (for searching the current page), prompt mode (for selecting files, confirming actions), and hint mode (for selecting links and other items on a page).
Opens the command line in Ex mode. This is the mode used
for entering the various commands listed in
Launch the external editor. See the
Quit Command-line mode without executing.
Expand a command-line abbreviation.
Recall from command history the previous command line which begins with the current input value.
Recall from command history the next command line which begins with the current input value.
Recall the previous command line from the history list.
Recall the next command line from the history list.
Complete the word in front of the cursor according to the behavior
specified in
Complete the previous full match when
Similar to
The
Multiple commands, separated by a | can be
given in a single command line and will be executed consecutively.
| can be included as an argument to a command by escaping
it with a backslash. E.g.
Several commands process the entire command line string literally.
These commands will include any | as part of their
argument string and so cannot be followed by another command. The
list of these commands is:
Most Ex commands accept a number of options and arguments. Arguments and
options are generally separated by spaces, and treat a number of
characters, including \, ', ", and |,
specially. Moreover, certain arguments have their own special characters.
For instance, when using
&dactyl.appName; offers four distinct quoting styles, each with its own
distinct advantages and disadvantages. The first, and most basic, is the
automatic quoting applied to the commands listed in
'foo\ ''bar\\ baz\' ⇒ foo\ 'bar\\ baz\
Many Ex commands accept option arguments in addition to regular arguments.
Option arguments begin with a hyphen (-), and often have a short
form and a long form, such as -name and -n. Most options
accept arguments, which come after the option separated by either a space
or an equal sign. For instance, the following three forms,