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 223992da..e8cee37f 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -33,6 +33,8 @@ $if Bash
# Alt-E (for exec) to prepend "exec " to a command and return to the end of
# the line
"\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"
$endif