Answers for "vim run python current file"

0

vim run python current file

autocmd Filetype python nnoremap <buffer> <F5> :w<CR>:ter python2 "%"<CR>
autocmd Filetype python nnoremap <buffer> <F6> :w<CR>:vert ter python3 "%"<CR>
Posted by: Guest on May-24-2020

Python Answers by Framework

Browse Popular Code Answers by Language