怎么设置左右分屏最多只能两个?

可能是我描述的不清楚,需求来源:

当前窗口,打开 org-capture ,就有了两个分屏,输入 file 位置,

[[file://~/hello.org][hello]]

RET 打开
(evil-define-key 'normal org-mode-map (kbd "RET") 'org-open-at-point)

这时会在org-capture右边再打开一个window,所以我想要在 RET之后在org-capture左边打开,并且关闭原来左边的buffer

这有什么简单的方法实现,虽然可以在打开org-capture之后, ,wC 关闭左边的window