How to `split-window-right` on a vterm pop-up window?
Open
:term vterm
help wanted
is:feature
re:interface
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
On a `magit-status` window:
What happens with `eshell`:
- SPC-o-e to toggle `eshell` pop-up window at the bottom of the frame
- SPC-w-j to focus on `eshell` pop-up window
- C-x-3 to `split-window-right`
- The `eshell` pop-up window is split horizontally
What happens on `vterm`:
- SPC-o-t to toggle `vterm` pop-up window at the bottom of the frame
- SPC-w-j to focus on `vterm` pop-up window
- C-x-3 to `split-window-right`
- The `magit-status` pop-up window is split horizontally
Question:
How can I make the `vterm` pop-up window horizontally split?
Contributor guide
Assessment
This issue has not been assessed yet.