Added feature to run code directly from vim

This commit is contained in:
PratyayPande 2020-07-31 17:38:37 +05:30
parent 00b553bb12
commit c7b1bdd6b5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"=================================================================================
"
" Following code contains the commands on how to run the currently open code.
" The default mapping is set to F5 like most code editors out there.
" Following file contains the commands on how to run the currently open code.
" 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
" clash with any other keymapping.
"