From 9f1411e3f238feb009b49980741d989304c3e0de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 May 2015 13:37:10 +1200 Subject: Add M-s Bash binding for (set -x ; ... ) wrap --- readline/inputrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readline') 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 -- cgit v1.2.3