Skip to content

Instantly share code, notes, and snippets.

@RuanAragao
Last active July 18, 2021 19:03
Show Gist options
  • Save RuanAragao/4928cca7373c6d1b66e97c14b390cff9 to your computer and use it in GitHub Desktop.
Save RuanAragao/4928cca7373c6d1b66e97c14b390cff9 to your computer and use it in GitHub Desktop.
My .vimrc Git Bash Windows (MINGW64)
set number!
set tabstop=2
set shiftwidth=2
set laststatus=2
set showmatch
set vb t_vb=
set autoindent
set wildmenu
set confirm " Dialog on exit
set mouse=a " Select split panel with the mouse
set title " Show the title file
map qq :q<CR> " Press the q key 2x to quit
map qqq :q!<CR> " Press the q key 3x to force quit
map <C-s> :w<CR> " Ctrl + S to save
packadd! dracula
syntax enable
colorscheme dracula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment