From e41a7a19911c6d4dc7803d6314b292406b88b30e Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 23 Dec 2020 02:44:36 -0800 Subject: [PATCH] Update bpython to use reverse search with C-r. --- dotfiles/.config/bpython/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/bpython/config b/dotfiles/.config/bpython/config index af11e41..401ce79 100644 --- a/dotfiles/.config/bpython/config +++ b/dotfiles/.config/bpython/config @@ -85,7 +85,7 @@ # exit = C-d # external_editor = F7 # edit_config = F3 -# reverse_incremental_search = M-r +reverse_incremental_search = C-r # incremental_search = M-s [curtsies]