4 lines
86 B
VimL
4 lines
86 B
VimL
let g:slime_python_ipython = 1
|
|
nmap <silent><Leader>p :VimpyterInsertPythonBlock<CR>
|
|
|