How can I make the chat window full-screen in sidekick.nvim? #217
Unanswered
griffinqiu
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
@folke Do we has this feature? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm using fullscreen floating layout on Termux (Android): {
"folke/sidekick.nvim",
optional = true,
opts = {
cli = {
win = {
layout = "float",
float = {
row = 0,
col = 0,
width = vim.o.columns,
height = vim.o.lines - 3,
},
},
},
},
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In sidekick.nvim, sometimes I want to view the AI's replies in multiple windows. How can I make the chat window full-screen?
<c-w>|doesn't work well because the AI replies don't re-render.Beta Was this translation helpful? Give feedback.
All reactions