mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Remove mappings for Python filetype.
Use quickrun to execute Python source files.
This commit is contained in:
parent
86284f79c1
commit
f3f073d6ef
@ -1,3 +1 @@
|
||||
" Automatically save current file and execute it when pressing the <F9> key
|
||||
" it is useful for small script
|
||||
nnoremap <buffer> <F9> :execute 'w !python' shellescape(@%, 1)<CR>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user