This is not that important function though, how do I block select (to edit) at the terminal? For example, when you have the following command and I want to erase the middle one (nano)
apt-get update && apt-get install nano && apt-get install emacs
How can I select that command instead of just presssing down the delete key?
In case of common text editors such like sublime or notepad, you can press shift + <- or drag with your mouse to do that. how can I do that in terminal?