Stay in parent window after split
This commit is contained in:
parent
21dae19500
commit
0d61ef7de7
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
(define-command fundamental-mode (split-window-below buf #:window win #:editor ed)
|
(define-command fundamental-mode (split-window-below buf #:window win #:editor ed)
|
||||||
#:bind-key "C-x 2"
|
#:bind-key "C-x 2"
|
||||||
(open-window ed buf #:after-window win))
|
(open-window ed buf #:after-window win #:activate? #f))
|
||||||
|
|
||||||
(define-command fundamental-mode (delete-other-windows buf #:window win #:editor ed)
|
(define-command fundamental-mode (delete-other-windows buf #:window win #:editor ed)
|
||||||
#:bind-key "C-x 1"
|
#:bind-key "C-x 1"
|
||||||
|
|
Loading…
Reference in New Issue