Use the `write` command:
:write
Which can be abbreviated:
:w
If you want to write to another file without changing the current file, supply a different filename to the `write` command:
:write newfile
If you want to write to another file and change to that file, use the `saveas` command:
:saveas newfile
Which can be abbreviated:
:s newfile