.vimrc: auto command for HTML files.
This commit is contained in:
parent
9370c1fa46
commit
ff81dd71b6
1
.vimrc
1
.vimrc
@ -47,6 +47,7 @@ au FileType text set tw=72 spell spelllang=en_us nonumber
|
|||||||
|
|
||||||
au FileType mail set tw=72 spell spelllang=en_us nonumber
|
au FileType mail set tw=72 spell spelllang=en_us nonumber
|
||||||
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
|
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
|
||||||
|
au FileType html set tabstop=2 shiftwidth=2
|
||||||
|
|
||||||
" keyboard shortcuts
|
" keyboard shortcuts
|
||||||
nmap <leader>l :set list!<CR>
|
nmap <leader>l :set list!<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user