unecessary

This commit is contained in:
Luke Smith 2019-11-27 08:14:07 -05:00
parent 3b701b74f2
commit 4c543164cd
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -91,10 +91,6 @@ set clipboard+=unnamedplus
autocmd BufRead,BufNewFile *.ms,*.me,*.mom,*.man set filetype=groff
autocmd BufRead,BufNewFile *.tex set filetype=tex
" Copy selected text to system clipboard:
vnoremap <C-c> "+y
map <C-p> "+P
" Save file as sudo on files that require root permission
cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!