Skip to content

Instantly share code, notes, and snippets.

@dudadornelles
Created September 23, 2012 15:33
Show Gist options
  • Save dudadornelles/3772048 to your computer and use it in GitHub Desktop.
Save dudadornelles/3772048 to your computer and use it in GitHub Desktop.
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>
@juanibiapina
Copy link

use Vundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment