aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-26 09:30:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-26 09:30:35 +1200
commit6f946ddcb1e2d5fe02cb911058ec92d6b9c90d12 (patch)
treeb33028811d0d2abcb38da85fdba30eaf5a0cf2f7 /readline
parentNix .bashrc if running in restricted shell (diff)
downloaddotfiles-6f946ddcb1e2d5fe02cb911058ec92d6b9c90d12.tar.gz
dotfiles-6f946ddcb1e2d5fe02cb911058ec92d6b9c90d12.zip
Wrap a comment in my .inputrc
Diffstat (limited to 'readline')
-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"