F9 also executes Makefile in insert mode now.

This commit is contained in:
Faerbit 2014-01-24 12:55:40 +01:00
parent 8dfa691a6c
commit ca7a69e728

4
vimrc
View File

@ -19,7 +19,9 @@ syntax on
filetype plugin indent on
"Change working dir to current dir
:cd %:p:h
:nmap <F9> :! ~/.vim/custom_make.sh<cr>
"execute Makefile
:map <F9> :! ~/.vim/custom_make.sh<cr>
:imap <F9> <Esc><F9>
"only execute pathogen if it exists
runtime! autoload/pathogen.vim
if exists("*pathogen#infect")