From 07a0b59f327fe766bd1087994ba8d669af8a0e2a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 26 May 2015 09:30:47 +1200 Subject: Add .inputrc M-h to go $HOME --- readline/inputrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readline/inputrc') 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 -- cgit v1.2.3