diff options
-rw-r--r-- | vim.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim.html.markdown b/vim.html.markdown index edbc3da7..96cc20cb 100644 --- a/vim.html.markdown +++ b/vim.html.markdown @@ -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 |