vim

http://superuser.com/questions/414110/vim-save-a-file-as-a-different-filename-but-keep-w-as-the-current-filename

:w someOtherFile.c

it will write to that file, but stay editing someFile.c.

原文地址:https://www.cnblogs.com/cnblogist/p/6125306.html