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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user