Command-line mode

&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 ex-cmd-index.

Command-line editing

]]> <C-c>

Quit Command-line mode without executing.

]]> <C-]>

Expand a command-line abbreviation.

]]> <Up>

Recall from command history the previous command-line which begins with the current input value.

]]> <Down>

Recall from command history the next command-line which begins with the current input value.

c_]]> <S-Up> <PageUp>

Recall the previous command line from the history list.

c_]]> <S-Down> <PageDown>

Recall the next command line from the history list.

Command-line completion

]]> <Tab>

Complete the word in front of the cursor according to the behavior specified in wildmode. If wildmode contains list and there are multiple matches then the completion menu window is opened.

]]> <S-Tab>

Complete the previous full match when wildmode contains full.

]]> <A-Tab>

Similar to , but the completion behavior is specified by the altwildmode option.

]]> <A-S-Tab>

The equivalent for altwildmode.