syntax on " modo visual/colorido ativo
set showmode " apresenta o modo de utilizacao atual (command/insert)
set ignorecase " ignora case sensitive durante a busca
set ruler " apresenta a posicao do cursor
set showcmd " visualiza comandos incompletos
set smarttab " trabalha a identacao do arquivo
set sm " ativar/desativar as coincidencias
set laststatus=1 " exibe a linha de status
set title " habilita o titulo
set term=xterm-256color " modo do terminal
set smartcase " modo de pesquisa
set incsearch " busca incremental
set autoindent " auto identacao
set smartindent " identacao
set undolevels=1000 " numero maximo de restore (undo)
set number " adiciona numero das linhas
set bg=dark
set paste
set tabstop=2
set shiftwidth=2
set expandtab
autocmd FileType yaml setlocal ai sw=1 et cuc cul
Vimrc example
Assinar:
Comentários (Atom)
Vimrc example
syntax on " modo visual/colorido ativo set showmode " apresenta o modo de utilizacao atual (comm...
Mais vistos
-
A few cmds to help with the DFS troubleshooting aspects, keep in mind all should be run from an elevated PowerShell Dfsdiag /TestDCs D...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...