keyboard: resupport key texts after definition flags
[sheet.git] / vi.eng.inc.pl
index 7fb456bfcca459eb084d4d1440698ebb1b35ba5b..e4f99e64cea3b3d35481d6d40b8c3410a5821b16 100644 (file)
@@ -3,6 +3,7 @@ use utf8;
 {
 key => {
 
+"\e"=> ["normal mode"],
 '~' => ["case toggle"],
 '!' => ["filt$sign{_}er lines"],
 '@' => ["play macro"],
@@ -461,7 +462,7 @@ mode => {
 
 flag => {
        ci => ["info", "Info command: shows/does something without altering anything."],
-       pm => ["motion", "Moves the cursor, or defines the range for an operator (<:= $sign{motion} :>)."],
+       pm => ["motion", "Moves the cursor, or defines the range for an operator ($sign{motion})."],
        po => ["positioning", "Other movement (jumps, window (re)positioning)."],
        co => ["command", "Direct action command."],
        mi => ["ins mode", "Enters Insert or Replace mode."],