Closed smilesun closed 5 years ago
is it possible to have localleader+p+p to print out the value of a python object?
Does this auto command in the vimrc do what you want?
autocmd FileType python nmap <buffer> <LocalLeader>pp :call VimCmdLineSendCmd(expand('<cword>'))<CR>
that works perfect!
is it possible to have localleader+p+p to print out the value of a python object?