Created
          December 12, 2011 01:58 
        
      - 
      
- 
        Save zhpengg/1464251 to your computer and use it in GitHub Desktop. 
    vimrc start
  
        
  
    
      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
    
  
  
    
  | set nocompatible | |
| syntax enable | |
| set encoding=utf-8 | |
| set showcmd " display incomplete commands | |
| "" Whitespace | |
| set nowrap " don't wrap lines | |
| set tabstop=2 shiftwidth=2 " a tab is two spaces | |
| set expandtab " use spaces, not tabs | |
| set backspace=indent,eol,start " backspace through everything in insert mode | |
| "" Searching | |
| set hlsearch " highlight matches | |
| set incsearch " incremental searching | |
| set ignorecase " searches are case insensitive... | |
| set smartcase " ... unless they contain at least one capital letter | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment