

Is there an emacs key to ‘delete this entire word’?
like if I’m using ls to look for a file, then I want to cat a file, I press up to get the previous command, ctrl+a to go to the beginning of the line and then spam d to delete letters. It’s be much better if there was a ‘delete until whitespace’ button.
root@desktop:/# chown -R user:user / home/user root@desktop:/#
e: sidenote. if you’re using markdown for codeblocks you can add the language name after the first three backticks to change the syntax highlighting in the codeblock. TIL