Emacs auto-hscroll with vertical split windows -
i have set emacs config file way :
(global-linum-mode t) (setq-default truncate-lines t) (setq scroll-margin 0) (setq scroll-step 1) (setq hscroll-margin 0) (setq hscroll-step 1)
but when split verticaly terminal ( c-x 3 ) windows not directly touching right side off screen lose auto-scrolling feature, ie when cursor go caracter off screen doesnt scroll, how can configure emacs when split screen still continu scroll have specified?
c-x > , c-x < still work, prefer not use this.
Comments
Post a Comment