ChatGPT.nvim icon indicating copy to clipboard operation
ChatGPT.nvim copied to clipboard

Add option to open 'ChatGPTRun explain_code' in split

Open edshamis opened this issue 2 years ago • 3 comments
trafficstars

Currently, ChatGPTRun explain_code opens the answer in floating window hiding the explained code, which is not continent and not preservable in case one wants to keep the answer for later use. Please add support to open the answer in split. Or maybe there's existing nvim way to convert floating win to split? Couldn't find one...

edshamis avatar May 06 '23 11:05 edshamis

Actually it can be done by key map to copy, split and paste Unless someone implements the config setting for the default behavior

edshamis avatar May 07 '23 17:05 edshamis

Actually it can be done by key map to copy, split and paste Unless someone implements the config setting for the default behavior

Can you show an example of this?

kevintraver avatar Mar 23 '24 16:03 kevintraver

using a split instead of a float would allow integration with edgy.nvim

kevintraver avatar Mar 23 '24 17:03 kevintraver