How can I scroll up and down a file using my keyboard? I tried the arrow keys plus different modifiers.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you look at the default key binding for the program (on Mac version, this is in the menu “Sublime Text 2/Preferences/Key Bindings – Default”), you can see what all the keyboard shortcuts are.
I did a find for “scroll” and found these lines:
So,
ctrl+alt+upandctrl+alt+downwill scroll the view up and down 1 line at a time. If you want to change this, copy these lines into your “Key Bindings – User” file and change the corresponding parts of the line.