Vim (.vimrc)
Vim com os plugins Airline e git
Categoria: Vim
Software: Vim
[ Hits: 3.681 ]
Por: Gilgamesh
Vim com o Airline e git.
OBS: Foi toda escrita por mim, lendo livros e outros materiais.
Vim - Como usar: https://linuxroot1.github.io/Vim/
Vim - COmo configurar: https://linuxroot1.github.io/Configurando-Vim/
Instalando plugins no Vim: https://linuxroot1.github.io/Plugins-no-Vim/
Tutoriais feito por minha pessoa.
set mouse=a "Ativa configurações do mouse set history=1000 set autoread set number syntax enable set wrap set laststatus=2 set ai set showmatch set bg=light set visualbell " ====== Theme ===== let g:airline_theme='luna' let g:airline_powerline_fonts = 1 " ====== Keybinds ====== " ====== Tabs ====== map <s-O> :tabnew map <C-p> gT map <C-n> gt map <s-c> :tabc nmap <s-s> <Esc>:split " ====== Git Keybinds ====== nmap ga <Esc>:Git add -A<cr> nmap gs :Gstatus<CR> nmap gc :Gcommit nmap gp :Gpush " Configuração do Vundle set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' " Plugins " Github Plugin Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-sorround' " Vim-Airline Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' Plugin 'ryanoasis/vim-devicons' call vundle#end() filetype indent on
Nenhum coment�rio foi encontrado.
Atualizando o Passado: Linux no Lenovo G460 em 2025
aaPanel - Um Painel de Hospedagem Gratuito e Poderoso
O macete do Warsaw no Linux Mint e cia
Visualizar arquivos em formato markdown (ex.: README.md) pelo terminal
Dando - teoricamente - um gás no Gnome-Shell do Arch Linux
Como instalar o Google Cloud CLI no Ubuntu/Debian
Mantenha seu Sistema Leve e Rápido com a Limpeza do APT!
Procurando vídeos de YouTube pelo terminal e assistindo via mpv (2025)
Instalação de Ubuntu em SSD (interno) como se fosse um dispositivo ext... (1)
Mikrotik não abre o webmail-segur... da Locaweb (10)