From 4261fa57f79cb0a78f718934c261f3d96700d17b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 May 2015 13:57:40 +1200 Subject: Alphabetical order for macros --- readline/inputrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readline') diff --git a/readline/inputrc b/readline/inputrc index 7d2021b2..32dac3fa 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -35,10 +35,10 @@ $if Bash "\ee": "\C-aexec \C-e" # Alt-H (for home) to go $HOME "\eh": "cd\C-j" - # Alt-M (for muxer) to run tmux - "\em": "tmux\C-j" # Alt-L (for ls) to run ls -Al "\el": "ls -Al\C-j" + # 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)" $endif -- cgit v1.2.3