Created
June 4, 2012 06:41
-
-
Save nantekkotai/2866730 to your computer and use it in GitHub Desktop.
私の.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
| set nocompatible | |
| set fileformats=unix,dos,mac | |
| set backspace=indent,eol,start | |
| set nobackup | |
| set writebackup | |
| set history=100 | |
| set title | |
| set number | |
| set ruler | |
| set showcmd | |
| set laststatus=2 | |
| set showmatch | |
| set matchtime=2 | |
| syntax on | |
| set hlsearch | |
| highlight LineNr ctermfg=darkgray | |
| set wildmenu | |
| set textwidth=0 | |
| set wrap | |
| set autoindent | |
| set tabstop=4 | |
| set softtabstop=4 | |
| set shiftwidth=4 | |
| set noexpandtab | |
| set encoding=utf-8 | |
| set termencoding=utf-8 | |
| set fileencoding=utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment