aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-27 13:57:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-27 13:57:40 +1200
commit4261fa57f79cb0a78f718934c261f3d96700d17b (patch)
tree597fffc1b321043e6b6cff33ac3b02813200a77d /readline
parentAdd M-s Bash binding for (set -x ; ... ) wrap (diff)
downloaddotfiles-4261fa57f79cb0a78f718934c261f3d96700d17b.tar.gz
dotfiles-4261fa57f79cb0a78f718934c261f3d96700d17b.zip
Alphabetical order for macros
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc4
1 files changed, 2 insertions, 2 deletions
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