mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 14:25:46 +01:00
change "g." mapping to "g<"
This commit is contained in:
@@ -771,10 +771,8 @@ function CommandLine() //{{{
|
|||||||
["<C-]>", "<C-5>"], "Expand command line abbreviation",
|
["<C-]>", "<C-5>"], "Expand command line abbreviation",
|
||||||
function () { editor.expandAbbreviation("c"); });
|
function () { editor.expandAbbreviation("c"); });
|
||||||
|
|
||||||
// FIXME: Should be "g<" but that doesn't work unless it has a non-null
|
|
||||||
// rhs, getCandidates broken?
|
|
||||||
mappings.add([modes.NORMAL],
|
mappings.add([modes.NORMAL],
|
||||||
["g."], "Redisplay the last command output",
|
["g<"], "Redisplay the last command output",
|
||||||
function ()
|
function ()
|
||||||
{
|
{
|
||||||
if (lastMowOutput)
|
if (lastMowOutput)
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ section:Normal{nbsp}mode[normal-index]
|
|||||||
||[[|| Follow the link labeled \'prev', \'previous' or \'<' if it exists +
|
||[[|| Follow the link labeled \'prev', \'previous' or \'<' if it exists +
|
||||||
|
|
||||||
||g$|| Go to the last tab +
|
||g$|| Go to the last tab +
|
||||||
||g.|| Redisplay the last command output +
|
||g<|| Redisplay the last command output +
|
||||||
||g0|| Go to the first tab +
|
||g0|| Go to the first tab +
|
||||||
||g<C-g>|| Print file information +
|
||g<C-g>|| Print file information +
|
||||||
||gB|| Repeat last :buffer[!] command in reverse direction +
|
||gB|| Repeat last :buffer[!] command in reverse direction +
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ Display previously given messages.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|g.| +
|
|g<| +
|
||||||
||g.||
|
||g<||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Redisplay the last command output. Only the most recent command's output is
|
Redisplay the last command output. Only the most recent command's output is
|
||||||
available.
|
available.
|
||||||
|
|||||||
Reference in New Issue
Block a user