Add mapping for running Python script asynchronously

This commit is contained in:
jdhao
2019-12-06 20:29:33 +08:00
committed by GitHub
parent 01e69daf9e
commit 57047f91f9
+3 -1
View File
@@ -1 +1,3 @@
if exists(':AsyncRun')
nnoremap <silent> <F9> :AsyncRun python "%"<CR>
endif