F5 is to compile only.

This commit is contained in:
2013-07-09 14:48:58 +04:00
parent 0c99ee6dfd
commit 1d6feb78c9
2 changed files with 29 additions and 22 deletions

View File

@@ -166,7 +166,8 @@ endfunction
if !exists('*CF5Compile')
runtime plugin/cf5-compiler.vim
endif
map <silent> <C-F5> :call CF5Compile()<CR>
map <silent> <C-F5> :call CF5Compile(1)<CR>
map <silent> <F5> :call CF5Compile(0)<CR>
"
" CTRL-U in insert mode deletes a lot. Use CTRL-G u to first break undo,
" so that you can undo CTRL-U after inserting a line break.