Save a file even when you forget sudo
If you forget to open a file in vim a sudo/root, you can simply do in vim (sudo needs to be installed):
:w !sudo tee %
If you forget to open a file in vim a sudo/root, you can simply do in vim (sudo needs to be installed):
:w !sudo tee %