Skip to content

Instantly share code, notes, and snippets.

@do9iigane
Last active October 8, 2015 14:58
Show Gist options
  • Save do9iigane/3348621 to your computer and use it in GitHub Desktop.
Save do9iigane/3348621 to your computer and use it in GitHub Desktop.
custom .vimrc
"set line number
set number
"set linebreak format
set fileformat=unix
"enable syntax highlighting
syntax on
"set scriptencoding
scriptencoding cp932
"新しい行を作ったときに高度な自動インデント
set smartindent
"ファイル内の <Tab> が対応する空白の数
set tabstop=4
"カーソルを行頭、行末で止まらないように
set whichwrap=b,s,h,l,<,>,[,]
"molokai
colorscheme molokai
set t_Co=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment