From ca7a69e728173a2abd753d25d531c82abd9d03b1 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 24 Jan 2014 12:55:40 +0100 Subject: [PATCH] F9 also executes Makefile in insert mode now. --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index ad14bae..49cfd88 100644 --- a/vimrc +++ b/vimrc @@ -19,7 +19,9 @@ syntax on filetype plugin indent on "Change working dir to current dir :cd %:p:h -:nmap :! ~/.vim/custom_make.sh +"execute Makefile +:map :! ~/.vim/custom_make.sh +:imap "only execute pathogen if it exists runtime! autoload/pathogen.vim if exists("*pathogen#infect")