After setting Dired do-what-I-mean
(setq dired-dwim-target t)
which, quoting the man pages
If non-nil, Dired tries to guess a default target directory. This means: if there is a Dired buffer displayed in some window, use its current directory, instead of this Dired buffer’s current directory.
but you frequently want the target to be some other directory. In particular, you may want to copy (if copy is the operation at hand) to the same directory, not to the C-x 3
(and hence dwim
eant) directory.
How do you target the present directory, once in a while, with dwim enabled?