dotfiles/vim/.vim/ftplugin/python.vim
2023-11-02 10:11:39 +01:00

9 lines
142 B
VimL

noremap <F11> <ESC>:vert term python -i %<CR>
noremap <F12> <ESC>:vert term python %<CR>
set sw=4
set ts=4
set sts=4
set foldmethod=indent