execute python in a new window

This commit is contained in:
ManjaroOne666 2018-03-30 23:31:10 +01:00
commit 2da8339c12
2 changed files with 57 additions and 0 deletions

View file

@ -4,3 +4,6 @@ set shiftwidth=4
set expandtab
set shiftround
set autoindent
nnoremap <silent> <buffer> <F5> :call SaveAndExecutePython()<CR>
" vnoremap <silent> <buffer> <F5> :<C-u>call SaveAndExecutePython()<CR>