> I started using inline 'python -c' more often than the python repl now as it stores the command in shell history and it is then one fzf search away.
Do you not have a ~/.python_history? The exact same search functions are available on the REPL. Ctrl-R, type your bit, bam.