Last active
November 13, 2015 03:55
-
-
Save ambakshi/a0c226496e84f924ac2f to your computer and use it in GitHub Desktop.
vimrc minimal
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
" barebones https://gist.github.com/ambakshi/a0c226496e84f924ac2f/raw/vimrc | |
set nocompatible | |
set backspace=indent,eol,start | |
syntax on | |
filetype plugin indent on | |
set hidden | |
nnoremap ; : | |
" bonus settings | |
set smartcase | |
set incsearch | |
set hlsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment