Last active
September 27, 2015 07:57
-
-
Save enru/1237121 to your computer and use it in GitHub Desktop.
a .vimrc file
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
| set expandtab | |
| set nocompatible | |
| set autoindent | |
| set smartindent | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set showmatch | |
| set guioptions-=T | |
| set vb t_vb= | |
| set ruler | |
| set nohls | |
| set incsearch | |
| set virtualedit=all | |
| set softtabstop=4 | |
| set viminfo='20,<1000,s10,h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment