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

make mapping buffer local

This commit is contained in:
jdhao 2020-11-26 21:13:07 +08:00
parent 113996452c
commit 42751cb1dd

View File

@ -1,5 +1,5 @@
if exists(':AsyncRun')
nnoremap <silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
nnoremap <buffer><silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
endif
" Do not wrap Python source code.