ProgrammingZshOn this pageZshESC + .Adds the last command's last argument!$ substitution!$ substitutes the previous command's first argumentEg. > cat /path/to/my/file.json > vim !$ will automatically expand into > vim /path/to/my/file.json