1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 07:43:32 +02:00

"A" adds the bookmark in the unfiled bookmarks folder now

This commit is contained in:
Martin Stubenschrott
2007-12-03 22:12:25 +00:00
parent b3399cccf2
commit 5090c560ab
3 changed files with 11 additions and 5 deletions

View File

@@ -425,7 +425,9 @@ vimperator.Mappings = function () //{{{
function () { vimperator.bookmarks.toggle(vimperator.buffer.URL); },
{
shortHelp: "Toggle bookmarked state of current URL",
help: "Add/remove a bookmark for the current location, depending if it already is bookmarked or not."
help: "Add/remove a bookmark for the current location, depending if it already is bookmarked or not. " +
"In contrast to the <code class='command'>:bmark</code> command, the bookmark is just 'starred' " +
"which means it is placed in the 'Unfiled Bookmarks Folder' instead of the bookmarks menu."
}
));
addDefaultMap(new vimperator.Map([vimperator.modes.NORMAL], ["b"],