aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'readline/inputrc')
-rw-r--r--readline/inputrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 7e4b500d..c11d8fe7 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -77,6 +77,9 @@ $if Bash
# Alt-M (for muxer) to run tm(1df)
"\em": "\C-utm\C-j\C-y"
+ # Alt-' for escaped single-quote: 'don'\''t fear the reaper'
+ "\e'": "'\\''"
+
# Ctrl-Alt-B to move backward a shell-quoted word
"\e\C-b": shell-backward-word
# Ctrl-Alt-F to move forward a shell-quoted word