From: Mischa POSLAWSKY Date: Thu, 31 Jul 2008 21:56:46 +0000 (+0000) Subject: more precise presentation of i^_ X-Git-Tag: v1.1~5 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/369836007a81062bf070ee45a4c6ce4d9231d89c more precise presentation of i^_ Slightly better description, and disable the i^b key as it's been replaced by i^_ (still shown with alternate ?key setting though). --- diff --git a/vim-cmds.inc.pl b/vim-cmds.inc.pl index 6ff4d30..013b455 100644 --- a/vim-cmds.inc.pl +++ b/vim-cmds.inc.pl @@ -490,11 +490,11 @@ i => { '^^' => ["toggle :lmap usag$sign{_}e", "co vim"], '^[' => ["esc", "mo mode"], '^]' => ["abbrev$sign{_}iate", "co vim"], - '^_' => ["change lang$sign{_}uage", "co vim"], + '^_' => ["toggle lang$sign{_}uage", "co vim"], '^\\'=> ["switch mode", "mo arg"], '^a' => ["insert prev$sign{_}ious", "co vim"], - '^b' => ["former i^_", "co"], + '^b' => ["former i^_", "no vim"], '^c' => ["abort, no abbr", "mo mode"], '^d' => ["un$sign{_}indent", "co"], '^e' => ["ins char below", "co vim"],