X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b9115db06de9eb679d3cd040356e3103b0bcfa86..5e459bbed48de06b1896f0ea685707a9ed66125a:/vi.eng.inc.pl diff --git a/vi.eng.inc.pl b/vi.eng.inc.pl index 7fb456b..e4f99e6 100644 --- a/vi.eng.inc.pl +++ b/vi.eng.inc.pl @@ -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."],