Skip to content

Instantly share code, notes, and snippets.

@brunomrpx
Last active August 29, 2015 14:10
Show Gist options
  • Save brunomrpx/36b249a5e12684d722bf to your computer and use it in GitHub Desktop.
Save brunomrpx/36b249a5e12684d722bf to your computer and use it in GitHub Desktop.
My .vimrc file
" 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