coc-python icon indicating copy to clipboard operation
coc-python copied to clipboard

python.execInTerminal vsplit???

Open zstreeter opened this issue 4 years ago • 2 comments

Hi there,

I really love the execInTerminal functionality but it would be even better if it could spawn a vertical terminal instead of a horizontal one. Not sure if this option is already implemented and I just missed it but any help with this would be awesome!

Cheers!

zstreeter avatar Apr 30 '20 03:04 zstreeter

PR welcome

chemzqm avatar Apr 30 '20 04:04 chemzqm

@zstreeter , @chemzqm , a cheap way to achieve this is:

autocmd User CocTerminalOpen norm ^WL

Note that ^W is obtained typing <Ctrl-v><Ctrl-w> on your keyboard.

This works like a charm for me :smiley:

antoinemadec avatar Aug 14 '20 19:08 antoinemadec