diff --git a/content/liberator.js b/content/liberator.js index 861da861..7b81a806 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -380,9 +380,11 @@ const liberator = (function () //{{{ var res = []; // they are sorted by relevance, not alphabetically // TODO: move files to liberator.config - var files = ["intro.html", "tutorial.html", "starting.html", "browsing.html", "buffer.html", - "options.html", "tabs.html", "hints.html", "map.html", "eval.html", "marks.html", - "repeat.html", "autocommands.html", "print.html", "developer.html", "various.html"]; + var files = ["intro.html", "tutorial.html", "starting.html", + "browsing.html", "buffer.html", "pattern.html", "options.html", + "tabs.html", "hints.html", "map.html", "eval.html", "marks.html", + "repeat.html", "autocommands.html", "print.html", "developer.html", + "various.html"]; for (var file in files) { diff --git a/locale/en-US/intro.txt b/locale/en-US/intro.txt index 3e8ffb40..b46d1864 100644 --- a/locale/en-US/intro.txt +++ b/locale/en-US/intro.txt @@ -46,22 +46,26 @@ it, recommend it and like it :) section:Help{nbsp}topics[overview] - help:Tutorial[tutorial.html]: A quick-start tutorial for new users. -- help:Initialization[starting.html]: How Vimperator starts up, where it reads the config file... -- help:Browsing[browsing.html]: Basic mappings and commands needed for - a browsing session (how to open a web page or go back in history). -- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document like - scrolling or copying text. -- help:Tabs[tabs.html]: Manage your tabbed browsing session. -- help:Hints[hints.html]: Select hyperlinks. -- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Define new key mappings. -- help:Expression{nbsp}evaluation[eval.html]: Execute JavaScript. +- help:Initialization[starting.html]: How Vimperator starts up, where it reads + the config file... +- help:Browsing[browsing.html]: Basic mappings and commands needed for a + browsing session (how to open a web page or go back in history). +- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document + like scrolling or copying text. +- help:Search{nbsp}commands[pattern.html]: Searching for text in the + current buffer. - help:Options[options.html]: A description of all options. -- help:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history. -- help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat - recurring workflows. -- help:Autocommands[autocommands.html]: Automatically execute code on certain +- help:Tabs[tabs.html]: Managing your tabbed browsing session. +- help:Hints[hints.html]: Selecting hyperlinks. +- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Defining new key + mappings. +- help:Expression{nbsp}evaluation[eval.html]: Executing JavaScript. +- help:Marks[marks.html]: Using bookmarks, QuickMarks, history and local marks. +- help:Repeating{nbsp}commands[repeat.html]: Using macros and user commands to + repeat recurring workflows. +- help:Autocommands[autocommands.html]: Automatically executing code on certain events. -- help:Print[print.html]: Printing commands. +- help:Print[print.html]: Printing pages. - help:Developer{nbsp}information[developer.html]: How to write docs or plugins. - help:Various[various.html]: Other help which didn't fit into any other category. diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index a2c98ab2..e0ff32fe 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -113,58 +113,6 @@ cursor and can move around. If you want to select text in this mode, press ________________________________________________________________________________ -|/| + -||/\\{pattern\\}[/]|| + -________________________________________________________________________________ -Search forward for the first occurrence of {pattern}. - -If "\c" appears anywhere in the pattern the whole pattern is handled as though -'ignorecase' is on. "\C" forces case-sensitive matching for the whole pattern. + -If "\l" appears in the pattern only the text of links is searched for a -match as though 'linksearch' is on. "\L" forces the entire page to be searched -for a match. -________________________________________________________________________________ - - -|?| + -||?{pattern}[?]|| + -________________________________________________________________________________ -Search backwards for {pattern}. - -{pattern} can use the same modifiers as for [m]/[m]. + -Note: incremental searching currently only works in the forward direction. -________________________________________________________________________________ - - -|n| -||n|| -________________________________________________________________________________ -Find next. Repeat the last search 1 time (until count is supported). -________________________________________________________________________________ - - -|N| -||N|| -________________________________________________________________________________ -Find previous. Repeat the last search 1 time (until count is supported) in the -opposite direction. -________________________________________________________________________________ - - -|\*| -||\*|| -________________________________________________________________________________ -Search forward for the next word under the cursor. -________________________________________________________________________________ - - -|\#| -||\#|| -________________________________________________________________________________ -Search backward for the previous word under the cursor. -________________________________________________________________________________ - - |:addo| |:addons| + ||:addo[ns]|| ________________________________________________________________________________ @@ -198,14 +146,6 @@ in a new tab. Here, downloads can be paused, canceled and resumed. ________________________________________________________________________________ -|:noh| |:nohlsearch| + -||:noh[lsearch]|| -________________________________________________________________________________ -Remove the search highlighting. The document highlighting is turned back on -when another search command is used or the 'hlsearch' option is set. -________________________________________________________________________________ - - //|:pc| |:pclose| //||:pc[lose]|| //________________________________________________________________________________