I read this stack thread on how to save a mapping permanently in vim.
I went to /etc/vim/vimrc
and added the :map ,k :!python % <enter>
in the first line of the file. When I open a new python file with vim the command responds by showing :!python % <enter>
at the bottom of the screen. But it doesn t execute automatically. How do I fix this command to execute enter automatically?
Is it possible to update vim plugins automatically?