mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add shortcut for setExecutable.
This commit is contained in:
@@ -25,6 +25,9 @@ imap <F1> <Esc>
|
|||||||
map <F5> :update<CR>:make<CR>
|
map <F5> :update<CR>:make<CR>
|
||||||
imap <F5> <Esc>:update<CR>:make<CR>
|
imap <F5> <Esc>:update<CR>:make<CR>
|
||||||
|
|
||||||
|
map <F7> :call SetExecutable()<CR>
|
||||||
|
imap <F7> <Esc>:call SetExecutable<CR>
|
||||||
|
|
||||||
"language specific syntastic configurtion
|
"language specific syntastic configurtion
|
||||||
let g:syntastic_cpp_compiler="g++"
|
let g:syntastic_cpp_compiler="g++"
|
||||||
let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"
|
let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"
|
||||||
|
|||||||
Reference in New Issue
Block a user