Created
August 23, 2012 03:39
-
-
Save ohneda/3431974 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
syntax on | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set softtabstop=0 | |
set number | |
set smartindent | |
set incsearch | |
set hlsearch | |
set autoindent | |
let g:git_bin = '/opt/local/bin/git' | |
set runtimepath+=$HOME/Dropbox/home/.vim | |
highlight JpSpace cterm=underline ctermfg=Blue guifg=Blue | |
au BufRead,BufNew * match JpSpace / / | |
set backupskip=/tmp/*,/private/tmp/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment