:open but open URLs in a new tab.p",
function(count) { openURLs(readFromClipboard()); }
],
[
["P"],
["P"],
- "Open (put) an URL based on the current Clipboard contents in a new buffer",
+ "Open (put) an URL based on the current clipboard contents in a new buffer",
"Works like p, but opens a new tab.'activate' setting.",
function(count) { openURLsInNewTab(readFromClipboard(), true); }
@@ -576,15 +576,15 @@ var g_mappings = [/*{{{*/
[
["r"],
["r"],
+ "Reload",
"Forces reloading of the current page.",
- null,
function(count) { reload(false); }
],
[
["R"],
["R"],
+ "Reload all",
"Forces reloading of all open pages.",
- null,
function(count) { reload(true); }
],
[
@@ -612,35 +612,35 @@ var g_mappings = [/*{{{*/
[
["y"],
["y"],
- "Yank current location to the Clipboard",
+ "Yank current location to the clipboard",
"Under UNIX the location is also put into the selection, which can be pasted with the middle mouse button.",
yankCurrentLocation
],
[
["zi", "+"],
["zi", "+"],
- "Zoom in current web page by 25%.",
+ "Zoom in current web page by 25%",
"Currently no count supported.",
function(count) { zoom_in(1); }
],
[
["zI"],
["zI"],
- "Zoom in current web page by 100%.",
+ "Zoom in current web page by 100%",
"Currently no count supported.",
function(count) { zoom_in(4); }
],
[
["zo", "-"],
["zo", "-"],
- "Zoom out current web page by 25%.",
+ "Zoom out current web page by 25%",
"Currently no count supported.",
function(count) { zoom_in(-1); }
],
[
["zO"],
["zO"],
- "Zoom out current web page by 100%.",
+ "Zoom out current web page by 100%",
"Currently no count supported.",
function(count) { zoom_in(-4); }
],
@@ -730,16 +730,16 @@ var g_mappings = [/*{{{*/
],
[
["2gu on http://www.example.com/dir1/dir2/file.htm would open http://www.example.com/dir1/",
goUp
],
[
["gU", "gU on http://www.example.com/dir1/dir2/file.htm opens http://www.example.com/",
+ "Go to the root of the website",
+ "gU on http://www.example.com/dir1/dir2/file.htm opens http://www.example.com/." +beg+ cmd_name +end+ '';
- }
-
// the usage information for the command
ret += '" +beg+ usage +end+ '" +beg+ cmd_name +end+ '