keyboard: report code errors in altgr includes
[sheet.git] / vi.eng.inc.pl
index 20f70f37158971191fbac2169c7b2b9348c0b2d6..58ac2f39d37e0b7a458c4aac0d7ceeec170a453f 100644 (file)
@@ -7,6 +7,14 @@ my @motions = qw(
 );
 
 {
+title => 'vi/vim',
+version => 1.5,
+description => [
+       "Interactive cheat sheet for vi text editors, notably Vim,",
+       "describing each key in various modes.",
+],
+keywords => [qw' vi vim nvi '],
+
 key => {
 
        "\e"=> "normal mode",
@@ -840,7 +848,7 @@ def => {
                '(' => "g2",
                '*' => "=[/",
                '/' => "g2",
-               "'" => "=[` ^", # v6
+               "'" => "=0[`^ g2 v6",
                '{' => "g2",
                '[' => "g2",
                '^['=> "=\e",
@@ -893,7 +901,7 @@ def => {
                '#' => "g2",
                ')' => "g2",
                '*' => "=]/",
-               "'" => "=]` ^", # v6
+               "'" => '=$]`^ g2 v6',
                '/' => "g2",
                '[' => "g2",
                '^['=> "=\e",