Created
September 23, 2012 15:33
-
-
Save dudadornelles/3772048 to your computer and use it in GitHub Desktop.
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 nocompatible | |
syntax on | |
set nu ts=2 sw=2 bs=2 hidden | |
set hlsearch incsearch expandtab | |
set mouse=a | |
filetype indent on | |
call pathogen#infect() | |
imap <C-S-n> <ESC>:FufCoverageFile<CR> | |
nmap <C-S-n> <ESC>:FufCoverageFile<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use Vundle