execute python in a new window
This commit is contained in:
parent
5bd71dd921
commit
2da8339c12
2 changed files with 57 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue