Skip to content

Instantly share code, notes, and snippets.

@Nyubis
Created October 4, 2014 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nyubis/a6c7414f70b38931b563 to your computer and use it in GitHub Desktop.
Save Nyubis/a6c7414f70b38931b563 to your computer and use it in GitHub Desktop.
Minimum viable .vimrc
"" General
set nocompatible
set showcmd
syntax on
filetype plugin indent on
cmap w!! w !sudo tee % > /dev/null
"" Whitespace
set tabstop=4
set shiftwidth=4
set nowrap
"" Searching
set hlsearch
set incsearch
set ignorecase
set smartcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment