Add split function

This commit is contained in:
Marcus Kammer 2024-10-07 10:33:31 +02:00
parent 79bba05afe
commit 88961b0050
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -123,6 +123,9 @@
(dotimes (i (1- count-windows)) (dotimes (i (1- count-windows))
(split-window-below (- height))))) (split-window-below (- height)))))
(defun mk/split ()
(mk/split-h3))
(defun mk/split-h3 () (defun mk/split-h3 ()
(interactive) (interactive)
(mk/split-windows-horizontal 3)) (mk/split-windows-horizontal 3))