Last active
August 29, 2015 14:10
-
-
Save brunomrpx/36b249a5e12684d722bf to your computer and use it in GitHub Desktop.
My .vimrc file
This file contains hidden or 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
" Linhas do arquivo | |
set number | |
" Esquema de cores | |
colorscheme peachpuff | |
" Identação automática | |
set autoindent | |
" Tamanho da tecla TAB | |
set tabstop=4 | |
" Tamanho da identação automática e dos comando >>, << e == | |
set shiftwidth=4 | |
" Troca TAB por espaços em branco | |
set expandtab | |
" [Mapeamento] Estrutura para arquivo no formato HTML5 (F3) | |
map <F3> i<!doctype html><Enter><html><Enter><tab><head><Enter><Tab><title></title><Enter><meta charset="utf-8"><Enter></head><Esc><<o<body><Enter></body><Enter></html><Esc><<<Up><Up>o<Tab> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment