Vim (vimrc)
Vim para Python e outras coisas
Categoria: Vim
Software: Vim
[ Hits: 3.949 ]
Por: Gildásio Júnior
Manterei esse arquivo online pelo GitHub para poder publicar atualizações... Aqui: https://github.com/gjuniioor/vim-files
"""" Command to execute execute pathogen#infect() filetype plugin on """" Visual configurations set tabstop=4 "Set TAB with 2 spaces set autoindent "Indent of the previous line for a newly created line syntax on "Enable highlight because language set t_Co=256 colorscheme pride "Set my colorsheme to use set number "Display line number set ruler "Display the current cursor position set showcmd "Display an incomplete command """" Python configurations set shiftwidth=4 set smarttab set expandtab set softtabstop=4 autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,with autocmd BufWritePre *.py normal m`:%s/\s\+$//e`` """" Search configurations set incsearch "Show where the pattern while typing a search command set hlsearch "Highlight all matchs of the search set ignorecase "Desable case sensitive in search """" Keybindings configurations " map <C-n> :NERDTreeToggle<CR> " map! <C-n> <ESC>:NERDTreeToggle<CR>
Nenhum coment�rio foi encontrado.
Máquina perereca - até onde é possível o uso de Linux?
Mitigação - O que é e quando é "seguro" desabilitar
Atualizar Debian Online de uma Versão para outra
A arte e a prática da Disciplina a longo prazo
Topgrade - Atualize seu sistema Linux inteiro com um único comando
Site com diversos emojis para seus códigos
Um modo leve de ouvir/ver áudio/vídeo da internet em máquinas pererecas
Agora temos uma assistente virtual no fórum!!! (262)
Rede Windows / Linux Mint- pastas e arquivos somente como leitura (3)
Debian 11 Bullseye não liga normalmente (17)