Stay in parent window after split

This commit is contained in:
Tony Garnock-Jones 2014-12-28 00:14:55 -05:00
parent 21dae19500
commit 0d61ef7de7
1 changed files with 1 additions and 1 deletions

View File

@ -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"