1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

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

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.
"