Skip to content

Instantly share code, notes, and snippets.

@koduki
Created February 11, 2010 13:11
Show Gist options
  • Save koduki/301487 to your computer and use it in GitHub Desktop.
Save koduki/301487 to your computer and use it in GitHub Desktop.
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