lazy-code/nvim/PythonCodeInNvim.vim

3 lines
182 B
VimL
Raw Permalink Normal View History

2024-07-03 21:06:41 +02:00
autocmd FileType python map <buffer> <F9> :w<CR>:exec '!python3' shellescape(@%, 1)<CR>
autocmd FileType python imap <buffer> <F9> <esc>:w<CR>:exec '!python3' shellescape(@%, 1)<CR>