I’m using MacOSX and iTerm2
In iTerm2, I can open file with
vi newfile.py
and write file start with ‘i’.
After wirte codes and try to save with command
:wq!
When I try to save that file, It shows “E32: No file name” and also, I can’t save file.
But I try to save with command
:wq! newfile.py
I can save file.
I’m using SpaveVim.
How can I save without write file name? (only use wq!)