Created
March 5, 2012 03:29
-
-
Save jibone/1976306 to your computer and use it in GitHub Desktop.
My .vimrc file...
This file contains 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
set tabstop=4 | |
set softtabstop=4 | |
set shiftwidth=4 | |
" textmate like set invisibles. | |
" ctrl-v u25b8 for ▸ and ctrl-v u00ac for ¬ | |
set listchars=tab:▸\ ,eol:¬ | |
set list | |
set nohls | |
set incsearch | |
set showcmd | |
set nowrap | |
set number | |
set autoindent | |
set smartindent | |
syntax on | |
filetype on | |
filetype indent on | |
filetype plugin on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment