diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1024,11 +1024,13 @@ display-buffer-avoid-small-windows 20) (setq switch-to-buffer-preserve-window-point nil - switch-to-buffer-obey-display-actions t + switch-to-buffer-obey-display-actions nil + switch-to-buffer-in-dedicated-window 'pop switch-to-prev-buffer-skip 'this) ;; don't switch to a ;; buffer already visible in ;; this frame + (global-set-key (kbd "C-x _") #'delete-other-windows-vertically) ;;;; first window |
