Skip to content

Instantly share code, notes, and snippets.

@LetItRock
Created December 27, 2014 16:11
Show Gist options
  • Save LetItRock/f476d8b40529c20f342a to your computer and use it in GitHub Desktop.
Save LetItRock/f476d8b40529c20f342a to your computer and use it in GitHub Desktop.
Sublime text 2 key bindings for scrolling down/up page From http://stackoverflow.com/questions/14286259/scroll-using-the-keyboard
{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 1.0} },
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -1.0} },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment