Created
March 2, 2020 06:56
-
-
Save alvesvaren/650df11c67ecf7b4bb1630a4fdb9dc05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" VIM CONFIG | |
set nu | |
execute pathogen#infect() | |
colorscheme dracula | |
" sudo write | |
command W :execute ':silent w !sudo tee % > /dev/null' | :edit! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment