diff options
| -rw-r--r-- | after/ftplugin/python.vim | 4 |
1 files changed, 1 insertions, 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 <F9> key -" it is useful for small script -nnoremap <buffer> <F9> :execute 'w !python' shellescape(@%, 1)<CR> + |
