Vim (.vimrc)
Vim com os plugins Airline e git
Categoria: Vim
Software: Vim
[ Hits: 3.845 ]
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.
Cirurgia para acelerar o openSUSE em HD externo via USB
Void Server como Domain Control
Modo Simples de Baixar e Usar o bash-completion
Monitorando o Preço do Bitcoin ou sua Cripto Favorita em Tempo Real com um Widget Flutuante
Atualizar Linux Mint 22.2 para 22.3 beta
Jogar games da Battle.net no Linux com Faugus Launcher
Como fazer a Instalação de aplicativos para acesso remoto ao Linux
Conky, alerta de temperatura alta (11)
Assisti Avatar 3: Fogo e Cinzas (3)
Duas Pasta Pessoal Aparecendo no Ubuntu 24.04.3 LTS (42)









