To put it simply, I'm trying to get scrolling in emacs like in vim and most other editors; when I'm for example, two lines from the bottom/top, and I press down/up (Ctrl-p,n, Up,down) it goes only one line up or down, not half the screen.
|
1
|
|
|
|
|
|
See some of the suggestions on the EmacsWIki:
(setq scroll-step 1
scroll-conservatively 10000)
|
||||||
|
|
|
Set it to 1. You don't really want to do this, though. |
||||
|
|
|
If you want to position the screen exactly, you can use Ctrl-L.
|
||||||||||
|
|
|
I rebind my arrow keys to perform scrolling operations.
|
||
|
|
|
|
I have the following in my .emacs file to enable a nice ctrl-up, ctrl-down scrolling behavior. I also use this for the mousewheel.
|
||
|
|
