From f3f073d6efbfc6973a0bfca2ea11ab7dfcef387e Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 14 Nov 2019 15:18:21 +0800 Subject: [PATCH] Remove mappings for Python filetype. Use quickrun to execute Python source files. --- after/ftplugin/python.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 951ff69..8b13789 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -1,3 +1 @@ -" Automatically save current file and execute it when pressing the key -" it is useful for small script -nnoremap :execute 'w !python' shellescape(@%, 1) +