aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc2
1 files changed, 1 insertions, 1 deletions
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