X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/554486a05bd68327b331122eef36246369d94342..20500d885f632dc1d88e69f7e7750b84054410bd:/vi.eng.inc.pl diff --git a/vi.eng.inc.pl b/vi.eng.inc.pl index 20f70f3..58ac2f3 100644 --- a/vi.eng.inc.pl +++ b/vi.eng.inc.pl @@ -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",