1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-10-04 20:42:38 +00:00
dotfiles/.vimrc

10 lines
181 B
VimL
Raw Normal View History

2019-11-17 16:28:00 +00:00
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
syntax on
set tabstop=4
set shiftwidth=4
set expandtab
let mapleader=","