Lists the completion contexts used during the completion of its
arguments. These context names may be used to tune the function of
the completion system via options like
Execute key mappings for keys as if they were typed in
Normal mode. If
Redraws the screen. Useful for updating the screen during the execution of a script or function.
Run an external command. Runs cmd through system()
and displays its output. Any ‘!’ in cmd is replaced with
the previous external command, so long as it is not preceded by a
backslash and
Repeat last
Execute a command silently. Normal messages and error messages generated by the command invocation will not be displayed and will not be added to the message history.
Execute a command with
Print &dactyl.appName; and &dactyl.host; version information. When
Yanks the output of the given Ex command cmd or JavaScript js to the clipboard.
Part of &dactyl.appName;'s user efficiency comes at the cost of storing a
lot of potentially private data, including
&dactyl.appName; fully supports &dactyl.host;'s private browsing mode.
When in private browsing mode, no data other than Bookmarks and QuickMarks
are written to disk. Further, upon exiting private mode, all newly
accumulated data, including
In addition to private mode, &dactyl.appName; provides a comprehensive facility for clearing any potentially sensitive data generated by either &dactyl.appName; or &dactyl.host;. It directly integrates with &dactyl.host;'s own sanitization facility, and so automatically clears any domain data and session history when requested. Further, &dactyl.appName; provides its own more granular sanitization facility, which allows, e.g., clearing only the command-line and macro history for the past ten minutes.
Clear private data items for timespan, where item …
is a list of private items to delete. If
When history items are sanitized, all command-line history items containing URLs or page titles (other than bookmark commands) are additionally cleared. Invocations of the :sanitize command are included in this set.
If timespan (short name -t) is specified, only
items within that timespan are deleted, otherwise the value of
If host (short name -h) is specified, only items containing a reference to that domain or a subdomain thereof are cleared. Moreover, if commandline or history is specified, the invocation of the :sanitize command is naturally cleared as well.
Manage cookies for host. Additionally, the completion list will show you information about the cookies and permissions for the current page.
Available actions:
If no
Open a help page for
Open all help pages coalesced into a single page.
See
Show help on Ex commands. If
Show help on options. If
Show help on Normal mode commands. If
What is the meaning of life, the universe and everything? Douglas Adams, the only person who knew what this question really was about is now dead, unfortunately. So now you might wonder what the meaning of death is...
Exits
Start Caret mode. This mode resembles the Vim's Normal mode where
the text cursor is visible on the web page. The