diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-08-22 23:23:46 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-08-23 00:05:18 +1000 |
commit | 8eea6951afbbcc0359645f48fc0c5fe704091d39 (patch) | |
tree | 8efb1f0d017b094a51c47e282cb17b4d401ae224 /xulmus/locale | |
parent | a60f744b7a14c82667730e1224cd3ce404194369 (diff) | |
download | pentadactyl-8eea6951afbbcc0359645f48fc0c5fe704091d39.tar.gz |
Document the more-prompt mappings.
Diffstat (limited to 'xulmus/locale')
-rw-r--r-- | xulmus/locale/en-US/message.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/xulmus/locale/en-US/message.txt b/xulmus/locale/en-US/message.txt index 48e30480..617595fa 100644 --- a/xulmus/locale/en-US/message.txt +++ b/xulmus/locale/en-US/message.txt @@ -28,4 +28,33 @@ 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: |