aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-25 10:12:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-25 10:12:45 +1200
commit61c36bd9377dd4e2018a243eb9296071ba43b9a8 (patch)
tree4aa91a896edf1209ed6743fd2e3bae36717aa591 /readline
parentTidy up and comment xgo(1) (diff)
downloaddotfiles-61c36bd9377dd4e2018a243eb9296071ba43b9a8.tar.gz
dotfiles-61c36bd9377dd4e2018a243eb9296071ba43b9a8.zip
Remove Readline M-r for repeat command
Too dangerous; !! or ^P will do
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 2b13c943..bc6c2aad 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -49,8 +49,6 @@ $if Bash
"\el": "\C-uls -Al\C-j\C-y"
# Alt-M (for muxer) to run tmux
"\em": "\C-utmux\C-j\C-y"
- # Alt-R (for repeat) to run the previous command in history again
- "\er": "\C-u\C-p\C-j\C-y"
# Alt-T (for todo) to edit my to-do file with td(1)
"\et": "\C-atd\C-j\C-y"