dotfiles/vim/.vim/ftplugin/python.vim

9 lines
142 B
VimL
Raw Permalink Normal View History

2023-11-02 10:11:39 +01:00
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