Created
January 12, 2013 15:52
-
-
Save aoisensi/4518584 to your computer and use it in GitHub Desktop.
.vimrc 七日目
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
"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