Skip to content

Instantly share code, notes, and snippets.

@aoisensi
Created January 12, 2013 15:52
Show Gist options
  • Save aoisensi/4518584 to your computer and use it in GitHub Desktop.
Save aoisensi/4518584 to your computer and use it in GitHub Desktop.
.vimrc 七日目
"the cake is a lie.
:syntax on
"シンタックスハイライトをオンにする
set nowrap
"右端で折り返さない notepad.exe的な
set tabstop=4
"インデントサイズ
set noexpandtab
"タブ入力時、スペースに置き換えない
set autoindent
"おーといんでんと
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment