Is there a way to use the alt+backspace in vim command line? It gets unruly when having to backspace /very/long/file/path individually instead of using
alt+backspace
/very/long/file/path
x then w should backspace per word as well. d then w will also delete the current word the cursor is on.