From 61c36bd9377dd4e2018a243eb9296071ba43b9a8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 25 Aug 2016 10:12:45 +1200 Subject: Remove Readline M-r for repeat command Too dangerous; !! or ^P will do --- readline/inputrc | 2 -- 1 file changed, 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" -- cgit v1.2.3