How to open chat in right split window by CopilotChat. #124
Answered
by
deathbeam
yfujita-skgcat
asked this question in
Q&A
-
Is there any simple way to display the chat from the CopilotChat command in a split window on the right side? I read "rplugin/python3/CopilotChat/mypynvim/core/buffer.py" and found self.nvim.api.command(f"vsplit | buffer {self.buf.handle}").
Is there any other way than modifying the source code? |
Beta Was this translation helpful? Give feedback.
Answered by
deathbeam
Mar 6, 2024
Replies: 1 comment 1 reply
-
set splitright if you want to have it globally (which is imo the most sane default) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yfujita-skgcat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set splitright if you want to have it globally (which is imo the most sane default)
and set splitbelow for horizontal split