mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 21:12:26 +01:00
169 lines
6.3 KiB
Plaintext
169 lines
6.3 KiB
Plaintext
HEADER
|
|
|
|
section:Various{nbsp}commands[various]
|
|
|
|
|<C-l>| |CTRL-L| |:redr| |:redraw| +
|
|
||:redr[aw]||
|
|
____
|
|
Redraws the screen. Useful to update the screen halfway executing a script or function.
|
|
____
|
|
|
|
|:norm| |:normal|
|
|
||:norm[al][!] {commands}|| +
|
|
________________________________________________________________________________
|
|
Execute Normal mode commands {commands}. This makes
|
|
it possible to execute Normal mode commands typed on
|
|
the command-line. {commands} is executed like it is
|
|
typed. If the [!] is given, mappings will not be used.
|
|
{commands} should be a complete command.
|
|
{commands} cannot start with a space. Put a 1 (one)
|
|
before it, 1 space is one space.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:run| |:!| +
|
|
||:!{cmd}||
|
|
________________________________________________________________________________
|
|
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
|
|
{cmd} is replaced with the previous external command. But not when there is a
|
|
backslash before the \'!', then that backslash is removed.
|
|
|
|
Warning: Input redirection (< foo) not done, also do not run commands which
|
|
require stdin or it will hang Firefox!
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:ve| |:version| +
|
|
||:ve[rsion][!]||
|
|
________________________________________________________________________________
|
|
Show version information. You can show the Firefox version page with
|
|
[c]:version![c].
|
|
________________________________________________________________________________
|
|
|
|
section:Online{nbsp}help[online-help]
|
|
|
|
|<F1>| |:help| |:h| |help|
|
|
||:h[elp] {subject}|| +
|
|
||<F1>||
|
|
________________________________________________________________________________
|
|
Open help window.
|
|
The default section is shown unless {subject} is specified.
|
|
If you need help for a specific topic, try [c]:help overview[c].
|
|
____________________________________________________________________________
|
|
|
|
|
|
|:exu| |:exusage|
|
|
||:exu[sage]||
|
|
________________________________________________________________________________
|
|
Show help on Ex commands. Added to simulate the Nvi command.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:viu| |:viusage|
|
|
||:viu[sage]||
|
|
________________________________________________________________________________
|
|
Show help on Normal mode commands. Added to simulate the Nvi command.
|
|
________________________________________________________________________________
|
|
|
|
|42| +
|
|
|
|
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...
|
|
|
|
section:Uncategorized{nbsp}help[uncategorized]
|
|
|
|
|<C-[>| |<Esc>| +
|
|
||<Esc>||
|
|
________________________________________________________________________________
|
|
Focus content. Exits any command line or hint mode and returns to browser
|
|
mode. Also focuses the web page, in case a form field has focus and eats
|
|
our key presses.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:|
|
|
||:||
|
|
________________________________________________________________________________
|
|
Start command line mode. In command line mode, you can perform extended
|
|
commands, which may require arguments.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|<Insert>| |i| +
|
|
||i||
|
|
________________________________________________________________________________
|
|
Start caret mode. This mode resembles the Vim normal mode where you see a text
|
|
cursor and can move around. If you want to select text in this mode, press
|
|
[m]v[m] to start its Visual mode.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:addo| |:addons| +
|
|
||:addo[ns]||
|
|
________________________________________________________________________________
|
|
Show available Browser Extensions and Themes.
|
|
You can add/remove/disable browser extensions from this dialog.
|
|
Be aware that not all Firefox extensions work, because Vimperator overrides
|
|
some key bindings and changes Firefox's GUI.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:beep|
|
|
||:beep||
|
|
________________________________________________________________________________
|
|
Play a system beep.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:emenu| +
|
|
||:emenu {menu}||
|
|
________________________________________________________________________________
|
|
Execute {menu} from the command line. This command provides command line
|
|
access to all menu items available from the main Firefox menubar. {menu} is a
|
|
hierachical path to the menu item with each submenu separated by a period.
|
|
E.g. :emenu File.Open File...
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:dia| |:dialog|
|
|
||:dia[log] [firefox-dialog]|| +
|
|
________________________________________________________________________________
|
|
Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c]
|
|
[m]<Tab>[m]
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:dl| |:downl| |:downloads| +
|
|
||:downl[oads]||
|
|
________________________________________________________________________________
|
|
Show progress of current downloads. Open the original Firefox download dialog
|
|
in a new tab. Here, downloads can be paused, canceled and resumed.
|
|
________________________________________________________________________________
|
|
|
|
|
|
//|:pc| |:pclose|
|
|
//||:pc[lose]||
|
|
//________________________________________________________________________________
|
|
//Close preview window on bottom of screen.
|
|
//________________________________________________________________________________
|
|
|
|
|
|
|:sbcl| |:sbclose|
|
|
||:sbcl[ose]||
|
|
________________________________________________________________________________
|
|
Close the sidebar window.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:sbope| |:sbopen| |:sb| |:sbar| |:sideb| |:sidebar| +
|
|
||:sidebar {name}||
|
|
________________________________________________________________________________
|
|
Open the sidebar window. {name} is any of the menu items listed under the
|
|
standard Firefox View->Sidebar menu. Add-ons, Preferences and Downloads are
|
|
also available in the sidebar.
|
|
________________________________________________________________________________
|
|
|
|
// vim: set syntax=asciidoc:
|