aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-22 15:45:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-22 15:45:07 +1200
commit9a8b8221df02d2da3ae2feb9e457727fe9cf751e (patch)
tree71135984652e03f7af5a833e484e92ce6d442b6b /readline
parentBind Alt-M within tmux to detach (diff)
downloaddotfiles-9a8b8221df02d2da3ae2feb9e457727fe9cf751e.tar.gz
dotfiles-9a8b8221df02d2da3ae2feb9e457727fe9cf751e.zip
Use \C-j for newline instead of \n
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