more shame

This commit is contained in:
Felix Van der Jeugt 2016-04-01 08:54:31 +02:00
parent 5785546bfb
commit f6432702bd

View File

@ -1,6 +1,6 @@
" Interactive
nnoremap <buffer> <Leader>i :terminal python -i %<CR>
nnoremap <buffer> <Leader>i :terminal python3 -i %<CR>
" Lint
function! Pylint()