1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,3 @@
if exists(':AsyncRun')
nnoremap <silent> <F9> :AsyncRun python "%"<CR>
endif