From: Mischa POSLAWSKY Date: Thu, 14 Nov 2013 12:39:24 +0000 (+0100) Subject: readline: minor improvements X-Git-Tag: v1.6~79 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/0f322b13aa1f6dd207e78658147be81d9455e3bb readline: minor improvements --- diff --git a/readline.eng.inc.pl b/readline.eng.inc.pl index c7bcd25..f5e9d87 100644 --- a/readline.eng.inc.pl +++ b/readline.eng.inc.pl @@ -50,7 +50,7 @@ key => { '^o' => ["enter and next"], '^p' => ["history back"], '+p' => ["rev match history"], - '^q' => [undef, 'Quote'], +# '^q' => [undef, 'Quote'], #TODO fix partial override '^r' => ["reverse history"], '+r' => ["full undo", 'Revert'], '^s' => ["search history"], @@ -58,7 +58,7 @@ key => { '+t' => ["move word forw$sign{_}ard", 'Transpose word'], '^u' => ["delete till bol"], # unix '+u' => ["upcase word"], - '^v' => ["verbatim char"], + '^v' => ["verbat$sign{_}im char"], '^w' => ["delete word"], # unix '^x' => ["extend$sign{_}ed"], '^y' => ["yank top"],