メモ

ものすごい最低限のvimrcメモ

set ai
set ts=4
set nobackup
set nowritebackup
set incsearch
set noignorecase
set visualbell
set cursorline
set shiftwidth=4
set nocompatible
set hidden
set backspace=indent,eol,start
set diffopt=filler,iwhite
set nofoldenable
set foldmethod=marker
set history=2000
filetype plugin indent on
syntax enable

set laststatus=2
set statusline=%n:\ %<%f\ %m%r%h%w[%{&fileformat}][%{has('multi_byte')&&\ &fileencoding!=''?&fileencoding:&encoding}]\ 0x%B=%b%=%l,%c\ %P