From 369836007a81062bf070ee45a4c6ce4d9231d89c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 31 Jul 2008 21:56:46 +0000 Subject: [PATCH] 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). --- vim-cmds.inc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], -- 2.30.0