From 48cf35f9df41185d71268de8850557d4f37a9c03 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 15 Jul 2008 06:07:30 +0000 Subject: [PATCH] move help for bookmarks to marks.txt --- locale/en-US/marks.txt | 48 +++++++++++++++++++++++++++++++++++++- locale/en-US/various.txt | 50 ---------------------------------------- 2 files changed, 47 insertions(+), 51 deletions(-) diff --git a/locale/en-US/marks.txt b/locale/en-US/marks.txt index 7b07e472..b3cb8d32 100644 --- a/locale/en-US/marks.txt +++ b/locale/en-US/marks.txt @@ -35,7 +35,53 @@ without any tags. ____________________________________________________________________________ -TODO: Add more commands here (A, :bmarks, :delbmarks) +|A| + +||A|| +________________________________________________________________________________ +Toggle bookmarked state of current URL. Add/remove a bookmark for the current +location, depending if it already is bookmarked or not. In contrast to the +[c]:bmark[c] command, the bookmark is just _starred_ which means it is placed +in the _Unfiled Bookmarks Folder_ instead of the bookmarks menu. +________________________________________________________________________________ + + +|:bma| |:bmark| +||:bma[rk] [-title=title] [-keyword=kw] [-tags=tag1,tag2] [url]|| + +________________________________________________________________________________ +Add a bookmark. If you don't add a custom title, either the title of the web page or the URL is taken as the title. + +You can omit the optional [url] argument, so just do [c]:bmark[c] to bookmark the currently loaded web page with a default title and without any tags. + + +The following options are interpreted: + + -title="custom title" + + -tags=comma,separated,tag,list + + -keyword=keyword + +________________________________________________________________________________ + + +|:bmarks| +||:bmarks[!] [filter]|| + +________________________________________________________________________________ +List or open multiple bookmarks. Open the message window at the bottom of the +screen with all bookmarks which match [filter] either in the title or URL. + +The special version [c]:bmarks![c] works the same as [c]:bmarks[c] except it +opens all the found bookmarks in new tabs. + +Filter can also contain the following options: + +-tags=comma,separated,tag,list + +________________________________________________________________________________ + + +|:delbm| |:delbmarks| +||:delbm[arks] [url]|| + +________________________________________________________________________________ +Delete a bookmark. Deletes *all* bookmarks which match the [url]. +If omitted, [url] defaults to the URL of the current buffer. Use [m][m] +key on a string to complete the URL which you want to delete. + +The following options WILL be interpreted in the future: + +* [!] a special version to delete ALL bookmarks +________________________________________________________________________________ section:History[history] diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index 5dda33ac..85f5f166 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -112,17 +112,6 @@ Do nothing. This command is useful for disabling a specific mapping. [c]:map ________________________________________________________________________________ - -|A| + -||A|| -________________________________________________________________________________ -Toggle bookmarked state of current URL. Add/remove a bookmark for the current -location, depending if it already is bookmarked or not. In contrast to the -[c]:bmark[c] command, the bookmark is just _starred_ which means it is placed -in the _Unfiled Bookmarks Folder_ instead of the bookmarks menu. -________________________________________________________________________________ - - |b| + ||b|| ________________________________________________________________________________ @@ -722,32 +711,6 @@ Play a system beep. ________________________________________________________________________________ -|:bma| |:bmark| -||:bma[rk] [-title=title] [-keyword=kw] [-tags=tag1,tag2] [url]|| + -________________________________________________________________________________ -Add a bookmark. If you don't add a custom title, either the title of the web page or the URL is taken as the title. + -You can omit the optional [url] argument, so just do [c]:bmark[c] to bookmark the currently loaded web page with a default title and without any tags. + - -The following options are interpreted: + - -title="custom title" + - -tags=comma,separated,tag,list + - -keyword=keyword + -________________________________________________________________________________ - - -|:bmarks| -||:bmarks[!] [filter]|| + -________________________________________________________________________________ -List or open multiple bookmarks. Open the message window at the bottom of the -screen with all bookmarks which match [filter] either in the title or URL. + -The special version [c]:bmarks![c] works the same as [c]:bmarks[c] except it -opens all the found bookmarks in new tabs. - -Filter can also contain the following options: + --tags=comma,separated,tag,list + -________________________________________________________________________________ - - |:b| |:buffer| ||:b[uffer][!] {url|index}|| + ________________________________________________________________________________ @@ -777,19 +740,6 @@ this command again to close the window. ________________________________________________________________________________ -|:delbm| |:delbmarks| -||:delbm[arks] [url]|| + -________________________________________________________________________________ -Delete a bookmark. Deletes *all* bookmarks which match the [url]. -If omitted, [url] defaults to the URL of the current buffer. Use [m][m] -key on a string to complete the URL which you want to delete. - -The following options WILL be interpreted in the future: - -* [!] a special version to delete ALL bookmarks -________________________________________________________________________________ - - |:chd| |:chdir| |:cd| ||:cd [-|path]|| ________________________________________________________________________________