Added feature to run code directly from vim
This commit is contained in:
parent
00b553bb12
commit
c7b1bdd6b5
|
|
@ -1,7 +1,7 @@
|
||||||
"=================================================================================
|
"=================================================================================
|
||||||
"
|
"
|
||||||
" Following code contains the commands on how to run the currently open code.
|
" Following file contains the commands on how to run the currently open code.
|
||||||
" The default mapping is set to F5 like most code editors out there.
|
" The default mapping is set to F5 like most code editors.
|
||||||
" Change it as you feel comfortable with, keeping in mind that it does not
|
" Change it as you feel comfortable with, keeping in mind that it does not
|
||||||
" clash with any other keymapping.
|
" clash with any other keymapping.
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue