Vim/Nvim
https://stackoverflow.com/questions/16678661/how-can-i-delete-the-current-file-in-vim
:call delete(@%)
where
%
means “current file”.
More generally, one can run shell commands in Vim using
!
, so
:!rm %
also works.
PowerPoint (on Mac)
CMD-OPTION-SHIFT-B/F
: Send object back/Bring object forward one position.