From 9a8b8221df02d2da3ae2feb9e457727fe9cf751e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 May 2015 15:45:07 +1200 Subject: Use \C-j for newline instead of \n --- readline/inputrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readline/inputrc b/readline/inputrc index 728089a8..4f2bf34e 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -33,6 +33,6 @@ $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-M (for muxer) to run tmux - "\em": "tmux\n" + "\em": "tmux\C-j" $endif -- cgit v1.2.3