aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-27 13:57:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-27 13:57:50 +1200
commit17f1abc4ded08b5d70b6c7ed153896caac016ec5 (patch)
tree11a5647699e9f45d5388535339bed141b0587d36 /readline
parentAlphabetical order for macros (diff)
downloaddotfiles-17f1abc4ded08b5d70b6c7ed153896caac016ec5.tar.gz
dotfiles-17f1abc4ded08b5d70b6c7ed153896caac016ec5.zip
Step one char back in set -x wrapper macro
Diffstat (limited to 'readline')
-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