X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/13f2249ae67b02bfe7956adda2d83e32017979df..8cb3f70829c0d1838381269602a6e6e2481ad1fa:/vi.inc.pl diff --git a/vi.inc.pl b/vi.inc.pl index 6b6d225..4d78e2b 100644 --- a/vi.inc.pl +++ b/vi.inc.pl @@ -96,7 +96,7 @@ use utf8; 'S' => "g6 undo modei", '^s'=> "g1", 't' => "g2 arg", - 'T' => "g2", + 'T' => "g2 arg", '^t'=> "g3", 'u' => "g4 undo", 'U' => "g4 undo",