aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readline/inputrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 584da9a0..7d2021b2 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -39,5 +39,7 @@ $if Bash
"\em": "tmux\C-j"
# Alt-L (for ls) to run ls -Al
"\el": "ls -Al\C-j"
+ # Alt-S (for set) to wrap current command in (set -x ; ...)
+ "\es": "\C-a(set -x ; \C-e)"
$endif