From: Mischa POSLAWSKY Date: Fri, 15 Jan 2010 11:13:16 +0000 (+0000) Subject: vimperator: add keys introduced in v2.2 X-Git-Tag: v1.3~66 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/bd1e1ef87447f7922a39414b3deb7d1b305fb3d4 vimperator: add keys introduced in v2.2 --- diff --git a/vimperator.inc.pl b/vimperator.inc.pl index de7d4a9..07f7a32 100644 --- a/vimperator.inc.pl +++ b/vimperator.inc.pl @@ -21,6 +21,7 @@ use utf8; ';' => ["extend$sign{_}ed hint$sign{_}s mode", 'me arg args mode;'], "'" => ["jump to mark", 'pm'], '`' => "'", + '|' => ["toggle source", 'cp v2 v2.2'], 'a' => ["add bookm$sign{_}ark", 'mo args'], 'A' => ["toggle bookm$sign{_}ark$sign{_}ed", 'mo'], @@ -109,8 +110,11 @@ g => { '?' => ["element details", 'ci'], 'a' => ["save prompt", 'mo args'], 'b' => ["open bg tab", 'mi v2'], + 'c' => ["context menu", 'v2 v2.2'], 'f' => ["frame focus", 'pm v2'], # previously ';o' 'F' => ["multiple bg tabs", 'mi v2'], # previously ';t' + 'i' => ["image", 'cp v2 v2.2'], + 'I' => ["image in tab", 'mi v2 v2.2'], 'o' => ["open", 'cp'], 'O' => ["open prompt", 'cp args'], 's' => ["save", 'mo'], diff --git a/vimperator.plp b/vimperator.plp index 88f5e95..26d58f5 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,7 +2,7 @@ Html({ title => 'vimperator cheat sheet', - version => 'v1.0', + version => 'v1.1', description => [ "Interactive cheat sheet for the Vimperator Firefox extension,", "describing the function of each key.",