# download & install vim
you can download it on vim.org
# run gvim.exe as administrator ( maybe. here C:\Program Files (x86)\Vim\vim74 )
– edit >> start config on menu ( windows )
– add 3 lines ( first 2 lines is not mandatory.. it’s just for my coding style )
set ts=4
set autoindent
nnoremap :exec ‘!python’ shellescape(@%,1)<cr
# now ! you can run python file on vim with funtions keys
# add some …
colorscheme darkblue