aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-27 13:37:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-27 13:37:10 +1200
commit9f1411e3f238feb009b49980741d989304c3e0de (patch)
treeeb09c9f8d64aeea8fb588c9325236c9f66ce3932 /readline
parentAdd .inputrc M-l to run ls -Al (diff)
downloaddotfiles-9f1411e3f238feb009b49980741d989304c3e0de.tar.gz
dotfiles-9f1411e3f238feb009b49980741d989304c3e0de.zip
Add M-s Bash binding for (set -x ; ... ) wrap
Diffstat (limited to 'readline')
-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