aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-16 16:37:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-16 16:37:09 +1200
commit0b74a2c1f6454d1a3fa0bce88ac4a93a3cead006 (patch)
tree0110a3bf32625a4df8ed7b5967d1932761f79b40 /readline
parentCorrect unwanted contraction in manual page (diff)
downloaddotfiles-0b74a2c1f6454d1a3fa0bce88ac4a93a3cead006.tar.gz
dotfiles-0b74a2c1f6454d1a3fa0bce88ac4a93a3cead006.zip
Add compatibility note
As far as I can tell, you can't do version checks in an .inputrc, and I don't care anyway about such an ancient version.
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc
index c1e8a2ba..6b747104 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -56,6 +56,9 @@ set skip-completed-text on
$if Bash
# Expand ! history with a spacebar press
+ # Note that this makes your shell unusable if your Bash doesn't have
+ # magic-space. It's had this feature since 2.02, which is below the minimum
+ # 2.05a supported by these dotfiles.
Space: magic-space
# Tab does traditional blocking completion