zkry / yaml-pro

Edit YAML in Emacs like a pro
GNU General Public License v3.0
137 stars 9 forks source link

[yaml-pro-edit] Inconsistent display buffer behavior #59

Closed uqix closed 4 months ago

uqix commented 4 months ago

I prefer displaying all this kind of buffers in the same window as the parent buffer, but yaml-pro-edit-ts-scalar doesn't let me configure so:

(add-to-list
 'display-buffer-alist
 `(,(rx (| "*edit-indirect "
           "*yaml-pro-edit*"))
   display-buffer-same-window))