From 2290230e6515474ec0c5534e539bf13721706c2a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 17 Dec 2008 02:18:23 +1100 Subject: [PATCH] change "g." mapping to "g<" --- common/content/ui.js | 4 +--- vimperator/locale/en-US/index.txt | 2 +- vimperator/locale/en-US/message.txt | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/common/content/ui.js b/common/content/ui.js index 374d72c7..328ce866 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -771,10 +771,8 @@ function CommandLine() //{{{ ["", ""], "Expand command line abbreviation", 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], - ["g."], "Redisplay the last command output", + ["g<"], "Redisplay the last command output", function () { if (lastMowOutput) diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index 7d79656c..0e8d6f3e 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -90,7 +90,7 @@ section:Normal{nbsp}mode[normal-index] ||[[|| Follow the link labeled \'prev', \'previous' or \'<' if it exists + ||g$|| Go to the last tab + -||g.|| Redisplay the last command output + +||g<|| Redisplay the last command output + ||g0|| Go to the first tab + ||g|| Print file information + ||gB|| Repeat last :buffer[!] command in reverse direction + diff --git a/vimperator/locale/en-US/message.txt b/vimperator/locale/en-US/message.txt index 2f0125e5..134e4f90 100644 --- a/vimperator/locale/en-US/message.txt +++ b/vimperator/locale/en-US/message.txt @@ -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 available.