X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/83736d25dac90340060443a41da6c91b6b208841..4cccd0f03b54ed366c5de96fb40cea688c6482e9:/vim-cmds.inc.pl diff --git a/vim-cmds.inc.pl b/vim-cmds.inc.pl index ba18a45..bc171da 100644 --- a/vim-cmds.inc.pl +++ b/vim-cmds.inc.pl @@ -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' => ["im leave ins mode", "mo mode vim"], # insertmode only '^m' => ["enter", "co"], '^n' => ["find next keyword", "pm vim"],