LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   nano scrolling down, question (https://www.linuxquestions.org/questions/linux-software-2/nano-scrolling-down-question-841187/)

Mr. Alex 10-29-2010 10:38 AM

nano scrolling down, question
 
When scrolling down in nano with keyboard (holding "down" key), nano scrolls several lines at once each time. Is there any possibility to configure it so it will scroll one line each time like gedit does when scrolling in gedit?

pljvaldez 10-29-2010 10:53 AM

Yes, I believe it's in the ~/.nanorc file and something like "set smooth" or the like. man nanorc

TobiSGD 10-29-2010 10:54 AM

Code:

nano -S
or
Code:

nano --smooth

Mr. Alex 10-29-2010 11:16 AM

Thanks!
Created ~/.nanorc with "set smooth" and it works.


All times are GMT -5. The time now is 05:20 PM.