ghost-text.vim
ghost-text.vim copied to clipboard
:w writes a useless file in the current directory
Whenever I execute :w
unconsciously vim writes the content of buffer to a file in the present working dir, which I have to manually delete later on. It would be nice if it writes to some dir like /tmp
or to /dev/null