MacOS python shell ctrl-r history
When you just want to use Ctrl+R
to reverse search history in a python3 shell on MacOS, you need to put this in ~/.editrc
:
bind "^r" em-inc-search-prev
Preserving for the future: Shell scripts, AoC, and more
When you just want to use Ctrl+R
to reverse search history in a python3 shell on MacOS, you need to put this in ~/.editrc
:
bind "^r" em-inc-search-prev
Comments