pandysong / ghost-text.vim

support for ghost-text in regular vim
MIT License
34 stars 4 forks source link

:w writes a useless file in the current directory #2

Open ApolloBian opened 5 years ago

ApolloBian commented 5 years ago

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