F5 is to compile only.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user