Created
February 11, 2010 13:11
-
-
Save koduki/301487 to your computer and use it in GitHub Desktop.
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 | |
filetype plugin indent on | |
syntax enable | |
set backspace=eol,indent,start | |
set smartcase | |
noremap ; : | |
noremap : ; | |
noremap j gj | |
noremap k gk | |
noremap gj j | |
noremap gk k | |
"tab" | |
set tabstop=3 | |
set expandtab | |
"backup" | |
set directory=/home/hiro/.vim/swap | |
"search" | |
set wrapscan | |
"view" | |
set title | |
"charset" | |
set encoding=utf-8 | |
set fileencodings=ucs-bom,iso-2022-jp-3,iso-2022-jp,eucjp-ms,euc-jisx0213,euc-jp,sjis,cp932,utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment