How to use terminals inside emacs?
The most annoying thing for me about emacs is using terminal inside it. I'm trying doom emacs and using terminal is really annoying because keybinds goes to emacs or evil instead of shell, I have some configuration for bash like set -o vi and I can't use this inside emacs vterm.
I can't do C-p, C-n to go backword and forward in command history because emacs intercepts these key binds and so on...
I once opened vim in vterm and had to restart
So for people that uses terminal and terminal apps a lot, what do you use? How you configured this? What's your tips and tricks for terminals in emacs?