Six
Six copied to clipboard
Implement :qa
- [ ]
:qa
: closes every file (maybe simply runningclose_all
) - [ ]
:wqa
: writes and closes every file (save_all
and thenclose_all
)
I am missing these too. I'll try to implement them soon.