Assuming the current buffer is a file open for edit, so :e does not display E32: No file name.
:e
E32: No file name
I would like to yank one or all of:
I use xclip to access X's clipboard, so I use:
nmap d :call system("xclip -i -selection clipboard", expand("%:p"))