Browse Source

Add a better way to edit files with sudo

Command sudoedit
DricomDragon 5 years ago
parent
commit
c58ad5898f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Guides/vim.md

+ 8 - 0
Guides/vim.md

@@ -18,10 +18,18 @@ to go to _x_
 
 
 ### Write with SUDO
 ### Write with SUDO
 
 
+#### On the fly fix
+
 when you forgot to sudo with Vim ...
 when you forgot to sudo with Vim ...
 
 
 `:w !sudo tee %`
 `:w !sudo tee %`
 
 
+Beware, that is not recommanded to run a editor as Vim.
+
+#### The right way
+
+Use `sudoedit`
+
 ## Regex
 ## Regex
 
 
 ### End of line
 ### End of line