Vim (.vimrc)
Vim com os plugins Airline e git
Categoria: Vim
Software: Vim
[ Hits: 2.760 ]
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.
Rodando um aplicativo em modo Kiosk no Ubuntu Linux 20.04
Instalação do Gentoo em HD Externo para dual boot com Windows
Instalação do OCS Inventory (última versão, 2.9.2 - 2022) no Debian 11
VOIP - Interceptando tráfego de pacotes
Sistemas de proteção de acesso a dados do seu HD, será efetivo?
Arduino IDE não reconhece portas USB no Ubuntu 22.04
Passando parâmetros do cliente SSH para o GIT
Auto indentar linhas selecionadas no Vim
Som estourado ou falhando na Steam com Proton
Habilitando a compilação JIT (Just In Time) para o PHP8 no Ubuntu
Erro ao tentar reparar hd ext4 pelo terminal (2)
Script para sincronizar google drive nativo do linux (1)
ERRO:FAILED TO INITIALIZE GRAPHICS. MAKE SURE YOU HAVE DIRECTX 11 INST... (0)