I have a python file. When I type :!python % and enter I get what I expected to see and in the end I have the "Press ENTER or type command to continue" line so that I can see the result slowly. However, when I map <F5> :!python %<CR> and type F5, that line doesn't appear and the result closes itself quickly. How could I handle that? Thanks.