Created
July 30, 2014 03:09
-
-
Save masuhajime/b2224dc6e2ffbc327cef to your computer and use it in GitHub Desktop.
.vimrc
This file contains 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 encoding=japan | |
set fileencodings=sjis,utf-8,iso-2022-jp,euc-jp | |
set nu | |
colorscheme darkblue | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set nocompatible | |
set title | |
"" show match quote like () | |
set matchtime=2 | |
set wildmenu | |
"" show vim status line | |
set laststatus=2 | |
"" status line info | |
set statusline=%n\:%y%F\ \|%{(&fenc!=''?&fenc:&enc).'\|'.&ff.'\|'}%m%r%=<%l/%L:%p%%> | |
"" status line color | |
highlight StatusLine term=NONE cterm=NONE ctermfg=black ctermbg=white |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment