If I'm running a command such as the following to scan a large number of folders: ``` ls **/* ``` I cannot abort the command by hitting ^C. I have to kill the entire nu process (usually by hitting ^Z and then killing it by pid).