I’m switching from Fedora to OST (Gnome), and I’m loving it!
One thing that I like with Fedora is that you can paste multiple lines of code into the terminal, and it will run each one. e.g.
echo “Hello”
echo “World”
OST automatically runs the first line after paste and then stops.
I asked Gemini to compare the .inputrc files and it tells that OST uses VI and Fedora uses Emacs. It recommends that I add the following to .inputrc -
set editing-mode emacs
set enable-bracketed-paste on
Is this correct or is there a better solution?

