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
try using instead (that is ctrl+w) to erase words or (ctrl+u) to delete lines.