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:
parent
113996452c
commit
42751cb1dd
@ -1,5 +1,5 @@
|
|||||||
if exists(':AsyncRun')
|
if exists(':AsyncRun')
|
||||||
nnoremap <silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
|
nnoremap <buffer><silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Do not wrap Python source code.
|
" Do not wrap Python source code.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user