digraphs: control character names
[sheet.git] / vim-cmds.inc.pl
index ba18a45fc146d5725d01037f098c38bef0aeccda..bc171da3eef3e8b09ae01bee2e2baaf7516e88e3 100644 (file)
@@ -504,7 +504,7 @@ i => {
        '^h' => ["back$sign{_}space", "co"],
        '^i' => ["tab", "co"],
        '^j' => ["enter", "co"],
-       '^k' => ["di$sign{_}graph", "co arg arg vim", "Key code"],
+       '^k' => ["di$sign{_}graph", "co arg arg vim linkdigraphs.plp", "Key code"],
        '^l' => ["<em>im</em> leave ins mode", "mo mode vim"],  # insertmode only
        '^m' => ["enter", "co"],
        '^n' => ["find next keyword", "pm vim"],