How do I change the default save location in Vim?

Viewed 4481

Currently it's C:\Windows\System32 which is pretty impractical. I know that you can change the current directory with :cd [directory], but is there any way to change the default save location for new files without having to change directories all the time?

2 Answers
Related