Also I think if you want to stop `Ctrl+S` from freezing your terminal, you can add `stty -ixon` to your .bashrc/.zshrc/etc
(I haven't personally tried this but I use fish which I believe effectively does the same thing by default and haven't run into any problems)