aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'readline/inputrc')
-rw-r--r--readline/inputrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 4f2bf34e..223992da 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -30,7 +30,8 @@ set skip-completed-text On
# Bash macros
$if Bash
- # Alt-E (for exec) to prepend "exec " to a command and return to the end of the line
+ # 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\C-j"