mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:42:26 +01:00
add cmdline.txt for command-line help
This commit is contained in:
@@ -102,10 +102,10 @@ liberator.config = { //{{{
|
|||||||
|
|
||||||
// they are sorted by relevance, not alphabetically
|
// they are sorted by relevance, not alphabetically
|
||||||
helpFiles: ["intro.html", "tutorial.html", "starting.html",
|
helpFiles: ["intro.html", "tutorial.html", "starting.html",
|
||||||
"browsing.html", "buffer.html", "pattern.html", "options.html",
|
"browsing.html", "buffer.html", "cmdline.html", "options.html",
|
||||||
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
|
"pattern.html", "tabs.html", "hints.html", "map.html", "eval.html",
|
||||||
"repeat.html", "autocommands.html", "print.html", "gui.html",
|
"marks.html", "repeat.html", "autocommands.html", "print.html",
|
||||||
"developer.html", "various.html"
|
"gui.html", "developer.html", "various.html"
|
||||||
],
|
],
|
||||||
|
|
||||||
init: function ()
|
init: function ()
|
||||||
|
|||||||
15
locale/en-US/cmdline.txt
Normal file
15
locale/en-US/cmdline.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
HEADER
|
||||||
|
|
||||||
|
|Command-line-mode| |Command-line| +
|
||||||
|
|
||||||
|
Command-line mode is used to enter Ex commands (":") and text search patterns
|
||||||
|
("/" and "?").
|
||||||
|
|
||||||
|
|:| +
|
||||||
|
||:||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Start Command-line mode. In Command-line mode, you can perform extended
|
||||||
|
commands, which may require arguments.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
// vim: set syntax=asciidoc:
|
||||||
@@ -52,9 +52,10 @@ section:Help{nbsp}topics[overview]
|
|||||||
browsing session (how to open a web page or go back in history).
|
browsing session (how to open a web page or go back in history).
|
||||||
- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document
|
- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document
|
||||||
like scrolling or copying text.
|
like scrolling or copying text.
|
||||||
|
- help:Command-line[cmdline.html]: Command-line editing.
|
||||||
|
- help:Options[options.html]: A description of all options.
|
||||||
- help:Search{nbsp}commands[pattern.html]: Searching for text in the
|
- help:Search{nbsp}commands[pattern.html]: Searching for text in the
|
||||||
current buffer.
|
current buffer.
|
||||||
- help:Options[options.html]: A description of all options.
|
|
||||||
- help:Tabs[tabs.html]: Managing your tabbed browsing session.
|
- help:Tabs[tabs.html]: Managing your tabbed browsing session.
|
||||||
- help:Hints[hints.html]: Selecting hyperlinks.
|
- help:Hints[hints.html]: Selecting hyperlinks.
|
||||||
- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Defining new key
|
- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Defining new key
|
||||||
|
|||||||
@@ -90,14 +90,6 @@ our key presses.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:| +
|
|
||||||
||:||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Start Command-line mode. In Command-line mode, you can perform extended
|
|
||||||
commands, which may require arguments.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|<Insert>| |i| +
|
|<Insert>| |i| +
|
||||||
||i||
|
||i||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user