aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-26 09:30:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-26 09:30:47 +1200
commit07a0b59f327fe766bd1087994ba8d669af8a0e2a (patch)
treedf51db740710af0b6598c20adde3ebac76366a50 /readline
parentWrap a comment in my .inputrc (diff)
downloaddotfiles-07a0b59f327fe766bd1087994ba8d669af8a0e2a.tar.gz
dotfiles-07a0b59f327fe766bd1087994ba8d669af8a0e2a.zip
Add .inputrc M-h to go $HOME
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 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