Vim (.vimrc)
Vim com os plugins Airline e git
Categoria: Vim
Software: Vim
[ Hits: 3.847 ]
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.
Como atualizar sua versão estável do Debian
Cirurgia para acelerar o openSUSE em HD externo via USB
Void Server como Domain Control
Script de montagem de chroot automatica
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
Instalar Dual Boot, Linux+Windows. (5)
Conky, alerta de temperatura alta (16)
De volta para o futuro - ou melhor, para o presente (parte 2) (3)









