F9 also executes Makefile in insert mode now.
This commit is contained in:
parent
8dfa691a6c
commit
ca7a69e728
4
vimrc
4
vimrc
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user