some changes for page-up/down

This commit is contained in:
Alexey Norets 2026-05-02 10:45:55 +03:00
parent 6784039531
commit 546b54c8a9

View File

@ -591,6 +591,7 @@
;; ;; (scroll-up scroll-amount)
;; (move-to-window-line -1 )
;; (recenter)))
(global-set-key (kbd "M-n") 'my/half-page-down)
;; Split window and follow cursor. -----