Here's something I find myself doing often:
less super/long/file/name
Followed by:
vim super/long/file/name
Is there an easy way to pass the args of the previous command over to the next? SO I'd like to do something like
vim !!!
And have it automatically open super/long/file/name
in vim
.