I saw the vim wiki tips and it says that in order to remap Esc to CAP LOCK you have to edit the following windows code:
REGEDIT4
[HKEY_CURRENT_USER\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,01,00,3a,00,00,00,00,00
Is it possible to remap Esc to CAP LOCK by only adding or modifying lines in the _vimrc?