useful tip for saving a buffer as sudo (#2405)

This commit is contained in:
Abraham Toriz Cruz 2016-11-10 04:17:20 -06:00 committed by ven
parent b5411e18b3
commit 2b6d022c9d

View File

@ -156,6 +156,7 @@ A few important examples of 'Verbs', 'Modifiers', and 'Nouns':
:later 15m # Reverse above command
ddp # Swap position of consecutive lines, dd then p
. # Repeat previous action
:w !sudo tee % # Save the current file as root
```
## Macros