Remove sudo alias

This commit is contained in:
Yash Karandikar 2022-06-07 22:17:10 +05:30
parent 40f5e11a23
commit c172c069ed

1
.vimrc
View file

@ -53,7 +53,6 @@ let g:airline#extensions#tabline#enabled = 1
" save/quit
nnoremap <C-s> :w<CR>
nnoremap <C-q> :q<CR>
command Dw :w !sudo tee %
" YCM settings
let g:ycm_autoclose_preview_window_after_completion = 1