Closed eastpoint-api closed 12 years ago
You can change this by clicking Preferences -> Package Settings -> Modific -> Key bindings - User
and set whatever key binding you want :)
[
{ "keys": ["ctrl+shift+pageup"], "command": "jump_between_changes", "args": {"direction": "prev"} },
{ "keys": ["ctrl+shift+pagedown"], "command": "jump_between_changes", "args": {"direction": "next"} }
]
Ctrl+Shift+PageUp / PageDown are already used by the MoveTab plugin https://github.com/SublimeText/MoveTab