Thursday, December 21, 2023

how to sudo save a file already open in vim

how to sudo save a file already open in vim

    
  :w ! sudo tee %
    

its super annoying when you type out that long path only to find you forgot to sudo and now it wont let you save. It's good to know there's a way to fix this.

No comments:

Post a Comment