aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
blob: 951ff69d5569a8ad73d709d3e87aa0125fcd70ca (plain)
1
2
3
" 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>