I\'m trying to map a command in Vim for the first time. I want it to execute the current python script, so I put the following in my .vimrc:
.vimrc
noremap
Thanks glts. I forgot to escape the pipe...
noremap <silent><F5> :wall \| !clear && echo "% is running..." && python %<CR>