mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 16:44:11 +01:00
60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
heading::Error{nbsp}and{nbsp}informational{nbsp}messages[messages]
|
|
|
|
|message-history| +
|
|
|
|
Vimperator stores all info and error messages in a message history. The type of
|
|
info messages output can be controlled by the 'verbose' option. The number of
|
|
stored messages can be set with the 'messages' option.
|
|
|
|
|:mes| |:messages| +
|
|
||:mes[sages]||
|
|
________________________________________________________________________________
|
|
Display previously given messages.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:messc| |:messclear| +
|
|
||:messc[lear]||
|
|
________________________________________________________________________________
|
|
Clear the message history.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|g<| +
|
|
||g<||
|
|
________________________________________________________________________________
|
|
Redisplay the last command output. Only the most recent command's output is
|
|
available.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|pager| |more-prompt| +
|
|
|
|
-- More --
|
|
-- More -- SPACE/d/j: screen/page/line down, b/u/k: up, q: quit
|
|
|
|
This message is given when the message window is filled with messages. It is
|
|
only given when the 'more' option is on. It is highlighted with the *MoreMsg*
|
|
group.
|
|
|
|
[frame="none",grid="none",cols="1,2",options="header"]
|
|
|===============================================================================
|
|
|Type |effect
|
|
|<CR> or j or <Down> |one more line
|
|
|d |down a page (half a screen)
|
|
|<Space> or <PageDown> |down a screen
|
|
|G |down all the way, until the hit-enter prompt
|
|
|
|
|
|<BS> or k or <Up> |one line back
|
|
|u |up a page (half a screen)
|
|
|b or <PageUp> |back a screen
|
|
|g |back to the start
|
|
|
|
|
|q, <Esc> or CTRL-C |stop the listing
|
|
|: |stop the listing and enter a command-line
|
|
|; |start an [j]extended-hints[j] command
|
|
|<C-Y> |yank (copy) a modeless selection to the clipboard
|
|
|===============================================================================
|
|
|
|
// vim: set filetype=asciidoc:
|