From 178e2f8295f04cdb781e0652b26dc3cd569bd54f Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Wed, 21 May 2014 15:18:27 -0700 Subject: [PATCH] add .inputrc to work around jline bug Signed-off-by: Colin McCabe --- .inputrc | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..00d5003 --- /dev/null +++ b/.inputrc @@ -0,0 +1,16 @@ +# +# For some reason, jline reads this file, even though it's supposed to be used +# only by the readline library. jline sometimes spews warnings like this when +# reading the file: +# +# ... +# [INFO] Unable to bind key for unsupported operation: backward-delete-word +# ... +# +# After some googling, I that adding the following magic incantation would +# prevent this. Reference: +# https://groups.google.com/forum/#!msg/simple-build-tool/ShikT6VAd_g/edoQUic4F44J +# +$if Bash + Space: magic-space +$endif -- 1.6.6.rc1.39.g9a42