I'd like to fix the cursor to the centre line of the screen, so that when I press Ctrl-N or Ctrl-P, the page itself moves up or down, and the cursor stays still.
Has anyone got any tips on how to achieve this?
Thanks
Ed
I'd like to fix the cursor to the centre line of the screen, so that when I press Ctrl-N or Ctrl-P, the page itself moves up or down, and the cursor stays still.
Has anyone got any tips on how to achieve this?
Thanks
Ed
M-x scroll-lock-mode
, which could be used to put the Scroll Lock key to good use too:
(global-set-key (kbd "<Scroll_Lock>") 'scroll-lock-mode)
The EmacsWiki page on SmoothScrolling presents some possible solutions.