How would I create a terminal with a vertical split? #68
Answered
by
iamxiaojianzheng
jjohnston-aims
asked this question in
Q&A
-
Maybe this should be in the Edgy repo, but how do I create a terminal with a vertical split? |
Beta Was this translation helpful? Give feedback.
Answered by
iamxiaojianzheng
Nov 15, 2024
Replies: 1 comment 5 replies
-
Try this {
"folke/snacks.nvim",
opts = {
terminal = {
win = {
position = "right",
},
},
}
} |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This work for me