Vim (vimrc)
Vim para Python e outras coisas
Categoria: Vim
Software: Vim
[ Hits: 3.783 ]
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.
Armazenando a senha de sua carteira Bitcoin de forma segura no Linux
Enviar mensagem ao usuário trabalhando com as opções do php.ini
Meu Fork do Plugin de Integração do CVS para o KDevelop
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Encontre seus arquivos facilmente com o Drill
Mouse Logitech MX Ergo Advanced Wireless Trackball no Linux
Compartilhamento de Rede com samba em modo Público/Anônimo de forma simples, rápido e fácil
Cups: Mapear/listar todas as impressoras de outro Servidor CUPS de forma rápida e fácil
Ubuntu 22.04 / Bluethooth - Falha na conexão BlueZ | Não conecta caixa... (0)
LibreOffice não visualiza pasta na raiz do Linux (0)
A coisa universal é muito mais ampla do que cê imagina (12)
Não consigo atualizar para LinuxMint 22 com o Mintupdate (3)