```
vim a-file.txt
mv !$ ~/
```
this will edit a-file.txt and then move it to your home directory. Bash/Zsh have other ! expansions for other arguments including `!!` for the entire last command. (`sudo !!` gets typed a lot…)
A space for Bonfire maintainers and contributors to communicate