In ansi-term
mode, is there a way to copy the command output? This is quite easy in eshell
, but sometimes eshell behavors not exactly the same with bash
. For example:
- eshell doesn't know how to auto-complete
sudo apt-...
command. - eshell requires to input password each time I run a sudo command.
So I have to use ansi-term
from time to time.