aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'readline/inputrc')
-rw-r--r--readline/inputrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 32dac3fa..7bbb22c0 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -40,6 +40,6 @@ $if Bash
# Alt-M (for muxer) to run tmux
"\em": "tmux\C-j"
# Alt-S (for set) to wrap current command in (set -x ; ...)
- "\es": "\C-a(set -x ; \C-e)"
+ "\es": "\C-a(set -x ; \C-e)\C-b"
$endif