Created
October 4, 2014 12:25
-
-
Save Nyubis/a6c7414f70b38931b563 to your computer and use it in GitHub Desktop.
Minimum viable .vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"" 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