aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
blob: a0bc092bbd3e3c07042d3ca312378e01b16987f0 (plain)
1
2
3
if exists(':AsyncRun')
    nnoremap <silent> <F9> :AsyncRun python "%"<CR>
endif